HistoryListQuery

data class HistoryListQuery(var page: UInt, var pageSize: UInt, var sort: SortableHistoryColumn?, var sortDirection: SortDirection?, var organisationId: String, var entityIds: List<String>?, var entityTypes: List<HistoryEntityType>?, var actions: List<HistoryAction>?, var createdDateAfter: String?, var createdDateBefore: String?, var identifierId: String?, var credentialId: String?, var credentialSchemaId: String?, var proofId: String?, var proofSchemaId: String?, var search: HistorySearch?, var users: List<String>?)

Constructors

Link copied to clipboard
constructor(page: UInt, pageSize: UInt, sort: SortableHistoryColumn?, sortDirection: SortDirection?, organisationId: String, entityIds: List<String>?, entityTypes: List<HistoryEntityType>?, actions: List<HistoryAction>?, createdDateAfter: String?, createdDateBefore: String?, identifierId: String?, credentialId: String?, credentialSchemaId: String?, proofId: String?, proofSchemaId: String?, search: HistorySearch?, users: List<String>?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Return only the provided events.

Link copied to clipboard

Return only entries created after this time. Timestamp in RFC 3339 format (for example 2023-06-09T14:19:57.000Z).

Link copied to clipboard

Return only entries created before this time. Timestamp in RFC 3339 format (for example 2023-06-09T14:19:57.000Z).

Link copied to clipboard

Return only events associated with the provided credential ID.

Link copied to clipboard

Return only events associated with the provided credential schema ID.

Link copied to clipboard

Return only events associated with the provided entity IDs.

Link copied to clipboard

Return only events associated with the provided entity types.

Link copied to clipboard

Return only events associated with the provided identifier ID.

Link copied to clipboard

Specifies the organizational context for this operation.

Link copied to clipboard
var page: UInt

Page number to retrieve (0-based indexing).

Link copied to clipboard

Number of items to return per page.

Link copied to clipboard

Return only events associated with the provided proof ID.

Link copied to clipboard

Return only events associated with the provided proof schema ID.

Link copied to clipboard

Search for a string.

Link copied to clipboard

Field value to sort results by.

Link copied to clipboard

Direction to sort results by.

Link copied to clipboard

Return only events associated with the provided user(s).