NOTE: User must me logged in as admin to access this API

URL : service-desk/api/asset-type/{assetTypeId}

Method : GET

Query Parameters :

Parameter Type Possible Values Required/Optional Description
assetTypeId Integer Required Asset Type Id

Success Response:

{
  "success": true,
  "data": {
    "asset_type": {
      "id": 2,
      "name": "Cloud",
      "is_default": 0,
      "parent": {
        "id": 4,
        "name": "Software"
      }
    }
  }
}