Get label groups

GET {{baseUrl}}/.api/api.svc/categories/classes/view

This endpoint returns all label categories (label groups) for the community, and details about it, such as the name and ID.

HEADERS

KeyDatatypeRequiredDescription
AcceptstringThe 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":637780474604807409,"dictionary":null,"response":{"__type":"IglooList:http://schemas.iglooplatform.com/Igloo.Old.Common","startIndex":0,"count":3,"totalCount":"3","items":[{"__type":"categoryClass:http://schemas.iglooplatform.com/Igloo.Old.Common","id":"{{$randomInt}}{{$randomInt}}","href":"","navType":0,"name":"{{$randomDepartment}}"},{"__type":"categoryClass:http://schemas.iglooplatform.com/Igloo.Old.Common","id":"{{$randomInt}}{{$randomInt}}","href":"","navType":0,"name":"{{$randomDepartment}}"},{"__type":"categoryClass:http://schemas.iglooplatform.com/Igloo.Old.Common","id":"{{$randomInt}}{{$randomInt}}","href":"","navType":0,"name":"{{$randomDepartment}}"}]}}