Interface: IAuditableItemStreamListRequest
Get a list of the streams.
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 streams, JSON stringified EntityCondition<IAuditableItemStream>.
orderBy?
optionalorderBy?:"dateCreated"|"dateModified"
The order for the results, default to created.
orderByDirection?
optionalorderByDirection?:SortDirection
The direction for the order, defaults to desc.
properties?
optionalproperties?:string
The properties to return as a comma separated list, defaults to "id,object".
cursor?
optionalcursor?:string
The optional cursor to get next chunk.
limit?
optionallimit?:string
Limit the number of entities to return.