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

    Interface ProofListQuery

    interface ProofListQuery {
        completedDateAfter?: string;
        completedDateBefore?: string;
        createdDateAfter?: string;
        createdDateBefore?: string;
        exact?: NAME[];
        ids?: string[];
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        organisationId: string;
        page: number;
        pageSize: number;
        profiles?: string[];
        proofRoles?: ProofRoleEnum[];
        proofSchemaIds?: string[];
        proofStates?: ProofStateEnum[];
        requestedDateAfter?: string;
        requestedDateBefore?: string;
        sort?: SortableProofColumnEnum;
        sortDirection?: SortDirection;
    }

    Hierarchy (View Summary)

    Index

    Properties

    completedDateAfter?: string

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

    completedDateBefore?: string

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

    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[]
    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
    profiles?: string[]
    proofRoles?: ProofRoleEnum[]
    proofSchemaIds?: string[]
    proofStates?: ProofStateEnum[]
    requestedDateAfter?: string

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

    requestedDateBefore?: string

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

    sortDirection?: SortDirection