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

    Interface HistoryListQuery

    interface HistoryListQuery {
        actions?: HistoryAction[];
        createdDateAfter?: string;
        createdDateBefore?: string;
        credentialId?: string;
        credentialSchemaId?: string;
        entityIds?: string[];
        entityTypes?: HistoryEntityType[];
        identifierId?: string;
        organisationId: string;
        page: number;
        pageSize: number;
        proofSchemaId?: string;
        search?: HistorySearch;
        users?: string[];
    }
    Index

    Properties

    actions?: HistoryAction[]
    createdDateAfter?: string
    createdDateBefore?: string
    credentialId?: string
    credentialSchemaId?: string
    entityIds?: string[]
    entityTypes?: HistoryEntityType[]
    identifierId?: string
    organisationId: string
    page: number
    pageSize: number
    proofSchemaId?: string
    search?: HistorySearch
    users?: string[]