v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Assets
Fields

Asset Field History

Any time an Asset's field is changed an entry is inserted into a history.

This request allows you to pull that information so you can see trends over time.

get/v2/assets/fields/history

Query parameters

assetsstring

This parameter can be used to get a single Asset or a list of Assets in a comma-separated list.

fieldsstring

This parameter can be used to get a single Asset Fields or a list of Asset Fields in a comma-separated list.

startinteger

This parameter is used to only get Asset Fields for Assets that were last edited after the unix timestamp passed into the start parameter. For example, all Assets that were last edited after April 18th, 2018.

endinteger

This parameter is used to only get Asset Fields for Assets that were last edited before the unix timestamp passed into the end parameter.

limitinteger

This parameter is a cursor that selects what id you want to start receiving results at. e.g. passing 137 here will only get you asset fields with an id greater than 137.

cursorinteger

This parameter is a result limiter. The default is set to return no more than 100 results at one time.

Response

Asset Field History

fieldIDinteger
fieldstring
valuestring utc-millisec
valueIDinteger
dateUpdatedstring utc-millisec