Ring groups
Retrieve a collection of ring groups.
Use the filter query parameter to retrieve just a subset of a collection.
Use the search query parameter to restrict the results of a request to match a search criterion.
Use the orderby query parameter to specify the sort order of the items returned from server.
The default order is ascending order.
Use the skip query parameter to set the number of items to skip at the start of a collection.
0Use the top query parameter to specify the page size of the result set.
100OK
Error
GET /api/ring_groups HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"count": 100,
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"name": "text",
"extension_number": "text",
"ring_time": 20,
"ring_strategy": "RING_SIMULTANEOUSLY"
}
]
}Add a new ring group.
The name of ring group.
The extension number.
[0-9]{3,64}Duration that each extension will ring, in seconds.
20Ring strategy:
Can be either:
RING_SIMULTANEOUSLY: Ring all available members of the group simultaneously.PRIORITIZED_HUNT: Ring each available member of the group serially in the configured order.CYCLIC_HUNT: Ring each available member of the group serially, ring the member that hasn't been rung from a call from this group in the longest amount of time first.LEAST_WORKED_HUNT: Ring each available member of the group serially, ring the member that hasn't answered a call from this group in the longest amount of time first.PAGING_INTERCOM: Ring all available members of the group simultaneously and add an auto answer indication to the calls in order to invoke a page.SKILL_BASED_ROUTING_PRIORITIZED_HUNT: The call assign to the agents in the level "1" skill group first,
and move on to the less experienced agents in subsequent skill groups, if the call is not answered in current skill group.
Ring each available member of the group serially in the configured order.SKILL_BASED_ROUTING_CYCLIC_HUNT: The call assign to the agents in the level "1" skill group first,
and move on to the less experienced agents in subsequent skill groups, if the call is not answered in current skill group.
Ring each available member of the group serially, ring the member that hasn't been rung from a call from this group in the longest amount of time first.SKILL_BASED_ROUTING_LEAST_WORKED_HUNT: The call assign to the agents in the level "1" skill group first,
and move on to the less experienced agents in subsequent skill groups, if the call is not answered in current skill group.
Ring each available member of the group serially, ring the member that hasn't answered a call from this group in the longest amount of time first.
Indicates if members on call would be skipped.
Whether to add ring group information into P-Asserted-Identity header.
trueWhether to add ring group information into Remote-Party-ID header.
trueWhether to user extension number as invite To header.
falseCreated ring group
Error
POST /api/ring_groups HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 373
{
"name": "text",
"extension_number": "text",
"ring_time": 20,
"ring_strategy": "RING_SIMULTANEOUSLY",
"skip_busy_member": true,
"enable_paid": true,
"enable_prid": true,
"extension_number_as_to_header": false,
"no_answer_forward_rule": {
"action": "FORWARD_TO_NUMBER",
"number": "text"
},
"outbound_caller_ids": [
{
"provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"caller_id": "text",
"description": "text"
}
]
}{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}Retrieve ring group by ID.
The unique ID of ring group.
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwOK
Error
GET /api/ring_groups/{id} HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"name": "text",
"extension_number": "text",
"ring_time": 20,
"ring_strategy": "RING_SIMULTANEOUSLY",
"skip_busy_member": true,
"enable_paid": true,
"enable_prid": true,
"extension_number_as_to_header": false,
"no_answer_forward_rule": {
"action": "FORWARD_TO_NUMBER",
"number": "text"
},
"outbound_caller_ids": [
{
"provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"caller_id": "text",
"description": "text"
}
]
}Update a ring group
The unique ID of ring group.
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwThe name of ring group.
Duration that each extension will ring, in seconds.
20Ring strategy:
Can be either:
RING_SIMULTANEOUSLY: Ring all available members of the group simultaneously.PRIORITIZED_HUNT: Ring each available member of the group serially in the configured order.CYCLIC_HUNT: Ring each available member of the group serially, ring the member that hasn't been rung from a call from this group in the longest amount of time first.LEAST_WORKED_HUNT: Ring each available member of the group serially, ring the member that hasn't answered a call from this group in the longest amount of time first.PAGING_INTERCOM: Ring all available members of the group simultaneously and add an auto answer indication to the calls in order to invoke a page.SKILL_BASED_ROUTING_PRIORITIZED_HUNT: The call assign to the agents in the level "1" skill group first,
and move on to the less experienced agents in subsequent skill groups, if the call is not answered in current skill group.
Ring each available member of the group serially in the configured order.SKILL_BASED_ROUTING_CYCLIC_HUNT: The call assign to the agents in the level "1" skill group first,
and move on to the less experienced agents in subsequent skill groups, if the call is not answered in current skill group.
Ring each available member of the group serially, ring the member that hasn't been rung from a call from this group in the longest amount of time first.SKILL_BASED_ROUTING_LEAST_WORKED_HUNT: The call assign to the agents in the level "1" skill group first,
and move on to the less experienced agents in subsequent skill groups, if the call is not answered in current skill group.
Ring each available member of the group serially, ring the member that hasn't answered a call from this group in the longest amount of time first.
Indicates if members on call would be skipped.
Whether to add ring group information into P-Asserted-Identity header.
trueWhether to add ring group information into Remote-Party-ID header.
trueWhether to user extension number as invite To header.
falseOK
No content
Error
POST /api/ring_groups/{id} HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 347
{
"name": "text",
"ring_time": 20,
"ring_strategy": "RING_SIMULTANEOUSLY",
"skip_busy_member": true,
"enable_paid": true,
"enable_prid": true,
"extension_number_as_to_header": false,
"no_answer_forward_rule": {
"action": "FORWARD_TO_NUMBER",
"number": "text"
},
"outbound_caller_ids": [
{
"provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"caller_id": "text",
"description": "text"
}
]
}No content