List Capacity Groups
GET {{baseUrl}}/v1/configuration/capacitygroup?pageNumber=0&pageSize=20
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
capacityGroupId | string | The identifier of the capacity group to search for. | |
description | string | The description of the capacity group. | |
e164 | string | The e164 bound to the capacity group. | |
pageNumber | number | The page number, starting at 0. | |
pageSize | number | The page size (max number of entities that are displayed in the response). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
apikey | string | Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under Account Settings. Please use our API quickstart guide for more help. | |
Accept | string |
RESPONSES
status: OK
{"capacityGroups":[{"capacityGroupId":"\u003cinteger\u003e","maximumCapacity":"\u003cinteger\u003e","description":"\u003cstring\u003e","amountOfDidsMapped":"\u003cinteger\u003e"},{"capacityGroupId":"\u003cinteger\u003e","maximumCapacity":"\u003cinteger\u003e","description":"\u003cstring\u003e","amountOfDidsMapped":"\u003cinteger\u003e"}],"resultCount":"\u003cinteger\u003e"}