v1

latestSwagger 2.02026-07-13137761.0 MB
PAM asset category

Get a PAM asset category

This endpoint allows you to get the information about a given PAM asset category.

get/api/rest/v1/asset-categories/{code}

Path parameters

codestring required

Code of the resource

Response

OK

codestring required

PAM asset category code

parentstring

PAM ssset category code of the parent's asset category

Example response

{
  "code": "front_views",
  "parent": "pictures",
  "labels": {
    "en_US": "Front views",
    "fr_FR": "Vues de face"
  }
}