cURL
Assets
Get Asset Categories
Retrieves a list of asset categories
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Records fetched successfully
Example:
true
Example:
"Records fetched successfully"
Example:
[
{
"id": "d83ed5fe-8f5a-4350-906d-166bd0db86ec",
"name": "Macbook"
},
{
"id": "b78de328-93b3-4432-a6b6-e061a1e805f0",
"name": "Imac"
},
{
"id": "4cfadcc5-aaf4-4768-b8f0-7fcb2b60b4c0",
"name": "Laptop"
},
{
"id": "065e746b-6eb4-4f3c-88e3-1eb18d77608e",
"name": "Workstation"
},
{
"id": "e2ad0fa5-e66c-4612-a242-87e35ff17217",
"name": "Monitor"
}
]