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

    Interface ProofSchemaListQuery

    interface ProofSchemaListQuery {
        createdDateAfter?: string;
        createdDateBefore?: string;
        exact?: NAME[];
        formats?: string[];
        ids?: string[];
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        organisationId: string;
        page: number;
        pageSize: number;
        sort?: SortableProofSchemasColumnEnum;
        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

    exact?: NAME[]
    formats?: string[]
    ids?: string[]
    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