Get all labels for a given label group

GET {{baseUrl}}/.api/api.svc/categories/classes/:categoryClassId/viewCategories

This endpoint returns all labels in a specified label group.

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | The type of response data to request. By default this endpoint will respond with XML.

The options are:

  • application/json
  • application/xml |

RESPONSES

status: OK

{"minRequestPeriod":0,"requestSupportCode":637780473551114725,"dictionary":null,"response":{"__type":"IglooList:http://schemas.iglooplatform.com/Igloo.Old.Common","startIndex":0,"count":1,"totalCount":"1","items":[{"__type":"category:http://schemas.iglooplatform.com/Igloo.Old.Common","id":"{{$randomInt}}{{$randomInt}}","href":"","navType":0,"name":"{{$randomDepartment}}","ClassID":"{{$randomInt}}{{$randomInt}}"}]}}