Get DID Groups
This request returns a list of DIDs associated with the specific conference.
get | /didGroups |
Sample Request
A sample GET request to retrieve a list of DID Group objects associated with the Conference endpoint:
curl -X GET \
'https://api.carrierx.com/conference/v1/didGroups' \
-u '[your_user_name]:[your_password]'
Sample Response
200
status code with a list of DID Group objects associated with the Conference endpoint:
{
"didGroups": [
{
"attributes": [],
"callFlowId": 3,
"description": "",
"dids": [
{
"attributes": [],
"countryCode": "US",
"didGroupId": 219,
"id": 221,
"phoneNumber": "15162065319",
"state": -1
},
{
"attributes": [],
"countryCode": "US",
"didGroupId": 219,
"id": 220,
"phoneNumber": "15162065318",
"state": -1
}
],
"id": 219,
"name": "sample_conference_008_didGroup",
"state": -1,
"subscriberSid": "yIMW9.jKxffi2EyM.afDmeO.gke.9fe0"
}
],
"last": 0,
"offset": 0,
"total": 1
}
This request is enabled for Pagination, Result Filtering, and Field Filtering.