Assets

Get asset

GET
/api/public/v3/assets/{id}

Path Parameters

id*integer

Response Body

application/json

application/json

curl -X GET "https://example.com/api/public/v3/assets/0"
{  "data": {    "id": 0,    "name": "string",    "code": "string",    "serial_number": null,    "description": "string",    "price": null,    "currency_code": "string",    "location_id": 0,    "asset_category_id": 0,    "created_at": "string",    "updated_at": "string",    "warranity_expires_on": null,    "asset_assignments": [      null    ]  }}