@procivis/react-native-one-core
    Preparing search index...

    Interface TrustEntityListQuery

    interface TrustEntityListQuery {
        createdDateAfter?: string;
        createdDateBefore?: string;
        didId?: string;
        entityKey?: string;
        exact?: NAME[];
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        organisationId?: string;
        page: number;
        pageSize: number;
        role?: TrustEntityRoleEnum;
        sort?: SortableTrustEntityColumnEnum;
        sortDirection?: SortDirection;
        states?: TrustEntityStateEnum[];
        trustAnchor?: string;
        types?: TrustEntityTypeEnum[];
    }

    Hierarchy

    • Omit<ListQuery, "organisationId">
      • TrustEntityListQuery
    Index

    Properties

    createdDateAfter?: string

    accepts the RFC3339 format, e.g. use the Date.toISOString

    createdDateBefore?: string

    accepts the RFC3339 format, e.g. use the Date.toISOString

    didId?: string
    entityKey?: string
    exact?: NAME[]
    lastModifiedAfter?: string

    accepts the RFC3339 format, e.g. use the Date.toISOString

    lastModifiedBefore?: string

    accepts the RFC3339 format, e.g. use the Date.toISOString

    name?: string
    organisationId?: string
    page: number
    pageSize: number
    sortDirection?: SortDirection
    trustAnchor?: string