Retrieves DTC ledger entries for a single asset.

Returns a list of DTC ledger entries for a single asset. It supports filtering by severity and pagination. Two weeks of data will be returned using the createdSince value as the starting point. Only data in the last one year is available.

Path Params
uuid
required

Unique identifier of the asset

Query Params
date
required

Filters entries created on or after this date (ISO 8601 format)

string
enum

Filters entries by severity level

Allowed:
string

Cursor for pagination to fetch entries after a specific point

integer
≤ 100
Defaults to 50

Maximum number of entries to return

Responses

249

Partial success

400

Failure code. The request was unacceptable.

403

Failure code. Forbidden access.

404

Failure code. The requested asset was not found.

500

Failure code. Indicates an internal server error (unhandled exception).

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json