Asset History

View status changes and activity for an asset.

GET
/api/v1/assets/{id}/history

Description

Returns a timeline of status changes and events for the asset. Use serial number, customer asset ID, internal ID, or asset number as the id.

Request

Headers

HeaderValueRequired
AuthorizationBearer <access_token>Yes
Content-Typeapplication/jsonYes

Path Parameters

ParameterTypeRequiredDescription
idstringYesSerial number, customer asset ID, internal ID, or asset number.

Response

FieldTypeDescription
historyarrayChronological activity log (newest first).
history[].statusnumberStatus ID at time of event.
history[].status_update_datestringStatus update timestamp.
history[].oldnumberPrevious status ID.
history[].activitystringEvent type (e.g. Asset Created, Assigned, Status Changed).
history[].descriptionstringHuman-readable event description.
history[].created_atstringWhen the event was logged.
history[].userobjectUser who triggered the event (firstname, lastname, email).
history[].user.firstnamestringUser first name.
history[].user.lastnamestringUser last name.
history[].user.emailstringUser email.

Related Endpoints

Did this page help you?