List asset value updates
Value Updates
List asset value updates
Returns a list of value updates across all assets for the specified business. Results are paginated; see Pagination for details.
GET
List asset value updates
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the business.
Query Parameters
Field to sort by. Defaults to date.
Sort direction. Defaults to ASC.
Available options:
ASC, DESC Pagination cursor returned by the previous list request. Omit for the first page.
Maximum number of results to return. Defaults to 100.
If true, include total_count in the pagination metadata. Has a performance cost; defaults to false.