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

    Interface HistoryListQuery

    interface HistoryListQuery {
        actions?: HistoryActionEnum[];
        createdDateAfter?: string;
        createdDateBefore?: string;
        credentialId?: string;
        credentialSchemaId?: string;
        entityIds?: string[];
        entityTypes?: HistoryEntityTypeEnum[];
        identifierId?: string;
        organisationId: string;
        page: number;
        pageSize: number;
        proofSchemaId?: string;
        search?: HistoryListSearch;
        users?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: HistoryActionEnum[]
    createdDateAfter?: string

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

    createdDateBefore?: string

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

    credentialId?: string
    credentialSchemaId?: string
    entityIds?: string[]
    entityTypes?: HistoryEntityTypeEnum[]
    identifierId?: string
    organisationId: string
    page: number
    pageSize: number
    proofSchemaId?: string
    users?: string[]