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

    Interface HistoryListQueryBindingDto

    interface HistoryListQueryBindingDto {
        actions?: HistoryActionBindingEnum[];
        createdDateAfter?: string;
        createdDateBefore?: string;
        credentialId?: string;
        credentialSchemaId?: string;
        entityIds?: string[];
        entityTypes?: HistoryEntityTypeBindingEnum[];
        identifierId?: string;
        organisationId: string;
        page: number;
        pageSize: number;
        proofSchemaId?: string;
        search?: HistorySearchBindingDto;
        users?: string[];
    }
    Index

    Properties

    createdDateAfter?: string
    createdDateBefore?: string
    credentialId?: string
    credentialSchemaId?: string
    entityIds?: string[]
    identifierId?: string
    organisationId: string
    page: number
    pageSize: number
    proofSchemaId?: string
    users?: string[]