/api/space/tag-management/customized-attribute-categories/{id}

The following operation is supported on this resource:

  • GET - Get a customized attribute category by its ID
GET /customized-attribute-categories/{id} Version 4

Get a customized attribute category by its ID.

Sample Usage

GET /customized-attribute-categories/{id}


  • Parameters:
    Name Type URI Type Description Required
    id Integer Path ID Y
  • Sample Output XML:
    <customized-attribute-category
         href="/api/space/tag-management/customized-attribute-categories/1181" uri="/api/space/tag-management/customized-attribute-categories/1181">
         <id>1181</id>
         <category>DEVICE</category>
    </customized-attribute-category>

  • Sample Output JSON:
    {
       "customized-attribute-category" : {
         "@href" : "/api/space/tag-management/customized-attribute-categories/1181" ,
         "@uri" : "/api/space/tag-management/customized-attribute-categories/1181" ,
         "id" : 1181 ,
         "category" : "DEVICE"
       }
    }

  • Access Control

    The following capabilities are required to access this API: ManageLabelsCap