Interface: IAuditableItemStreamListEntriesRequest
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"
pathParams
pathParams:
object
The parameters from the path.
id
id:
string
The id of the stream to get.
query?
optionalquery:object
The query parameters.
conditions?
optionalconditions:string
The conditions to filter the stream, JSON stringified IComparator[].
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.