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

    Interface CredentialSchemaListQuery

    interface CredentialSchemaListQuery {
        createdDateAfter?: string;
        createdDateBefore?: string;
        exact?: ExactCredentialSchemaFilterColumnEnum[];
        formats?: string[];
        ids?: string[];
        include?: LAYOUT_PROPERTIES[];
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        organisationId: string;
        page: number;
        pageSize: number;
        schemaId?: string;
        sort?: SortableCredentialSchemaColumnEnum;
        sortDirection?: SortDirection;
    }

    Hierarchy (View Summary)

    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

    formats?: string[]
    ids?: string[]
    include?: LAYOUT_PROPERTIES[]
    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
    schemaId?: string
    sortDirection?: SortDirection