v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get Asset History

get/assets/{asset_uid}/history

Path parameters

asset_uidstring required

Query parameters

filter.keywordstring
filter.action_typestring
organizationstring
filter.propertystring
filter.productstring
filter.jobstring
filter.customerstring
filter.from_datestring date
filter.to_datestring date
filter.updated_at_from_datestring date
filter.updated_at_to_datestring date
filter.is_deletedboolean
filter.is_activeboolean
filter.asset_history_uidstring
pageinteger required
countinteger required
sort'DESC' | 'ASC' required
sort_by'action_type' | 'updated_at' | 'created_at' required

Response

200

typestring
total_recordsinteger
current_pageinteger
total_pagesinteger

Example response

{
  "type": "success",
  "data": [
    {
      "asset_history_uid": "c888a400-68ed-11ee-a8d5-f53a2c9a4252",
      "status": "READY_TO_INSTALL",
      "action_type": "STATUS_UPDATE",
      "meta_data": {
        "updated_status": "OBSOLETE"
      },
      "remarks": "From Asset Status Update",
      "is_active": true,
      "created_by": {
        "user_uid": "1eb1d499-e8b1-4979-a04b-4b0599599529",
        "first_name": "Ashin",
        "last_name": "Thankachan",
        "email": "ashin.t@zuper.co",
        "designation": "Admin",
        "emp_code": "Z103",
        "work_phone_number": "8301907278",
        "profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/d26d3dd0-0c47-11ee-b705-491517420371.jpg",
        "hourly_labor_charge": 120,
        "is_active": true,
        "created_at": "2022-07-04T06:25:56.000Z",
        "updated_at": "2023-10-05T08:30:17.000Z"
      },
      "created_at": "2023-10-12T10:54:57.673Z",
      "updated_at": "2023-10-12T10:54:57.676Z",
      "id": "undefined"
    }
  ],
  "total_records": 1,
  "current_page": 1,
  "total_pages": 1
}