Interface: IAuditableItemStreamListEntriesNoStreamRequest
Get an auditable item stream entries.
Properties
headers?
optionalheaders?:object
The headers which can be used to determine the response data type.
accept
accept:
"application/json"|"application/ld+json"
query?
optionalquery?:object
The query parameters.
conditions?
optionalconditions?:string
The conditions to filter the stream, JSON stringified EntityCondition<IAuditableItemStreamEntry>.
includeDeleted?
optionalincludeDeleted?:string
Whether to include deleted entries, defaults to false.
verifyEntries?
optionalverifyEntries?:string
Should the entries be verified, defaults to false.
order?
optionalorder?:SortDirection
Retrieve the entries in ascending/descending time order, defaults to Ascending.
limit?
optionallimit?:string
How many entries to return.
cursor?
optionalcursor?:string
Cursor to use for next chunk of data.