Skip to main content

Interface: IAuditableItemStreamListEntriesNoStreamRequest

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"


query?

optional query?: object

The query parameters.

conditions?

optional conditions?: string

The conditions to filter the stream, JSON stringified EntityCondition<IAuditableItemStreamEntry>.

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.