Get Assets By Authority
Fetch all the assets belonging to a specific authority. This allows paged responses in order to easily fetch a large number of records.
Parameters (Source)
Name
Description
authorityAddress
Address of the asset authority
sortBy
The Sorting Criteria: Defined as an object { sortBy: , sortDirection: }
, where sortBy
can be "created", "updated", "recentAction", or "none"
, and sortDirection
can be "asc" or "desc"
.
limit
The maximum number of assets to retrieve.
page
The index of the "page" to retrieve.
before
Fetch assets before the given ID.
after
Fetch assets after the given ID.
Last updated