Skip to main content

Interface: IAuditableItemStreamListEntriesRequest

Get an auditable item stream entries.

Properties

headers?

optional headers: 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?

optional query: object

The query parameters.

conditions?

optional conditions: string

The conditions to filter the stream, JSON stringified IComparator[].

includeDeleted?

optional includeDeleted: string

Whether to include deleted entries, defaults to false.

verifyEntries?

optional verifyEntries: string

Should the entries be verified, defaults to false.

order?

optional order: SortDirection

Retrieve the entries in ascending/descending time order, defaults to Ascending.

limit?

optional limit: string

How many entries to return.

cursor?

optional cursor: string

Cursor to use for next chunk of data.