get https://api.acefone.co.uk/v1/ring_group/
Get details of ring group for a given ID
curl --request GET \
--url https://api.acefone.co.uk/v1/ring_group/id \
--header 'accept: application/json' \
--header 'authorization: Authorization'
Path parameter
| Variable Name | Description | Data Type |
|---|---|---|
| id | Unique ID of ring group | String |
Response
| Variable Name | Description | Data Type |
|---|---|---|
| id | Unique ID of ring group | Number |
| name | Name for ring group | Number |
| description | Description for ring group | Number |
| ring_strategy | Ring strategy associated with ring group | String |
| skip_busy_agent | Busy extensions are not called if this is set to 1 | Number |
| prefix | Caller ID prefix associated with ring group | String |
| timeout_destination_type | Type of destination where call should be routed (when on member of ring group answers the call) | String |
| timeout_destination_id | Unique ID of destination where call should be routed (when on member of ring group answers the call) | Number |
| intercom | Intercom number set for the ring group | String |
| sticky_agent | Is sticky agent enabled on ring group | Number |
| sticky_agent_hours | Total number of hours to check for sticky agent | Number |
| service_level | Service level set for ring group | String |
| call_conversion | Calls answered within service level time frame (used for service level statistics) | Number |
| revenue_per_call | String | |
| sticky_agent_days | Number | |
| members | Ring group members/destination associated with ring group | Object |
| members.destination_id | Unique destination ID | Number |
| members.destination_type | Type of destination | String |
| members.destination_ip | Specific IP on which call is to be routed | String |
| members.timeout | Time for which a call rings | Number |
| members.priority | Priority of destination | Number |
| members.timegroup | Timegroup associated with member | String |
| Sample JSON |
|---|
| { "id":153 "name":"test" "description":"tes" "ring_strategy":"simultaneously" "skip_busy_agent":1 "prefix":"qwe" "timeout_destination_type":"extension" "timeout_destination_id":"050XXXX001" "intercom":"4000" "sticky_agent":0 "sticky_agent_hours":0 "service_level":23 "call_conversion":NULL "revenue_per_call":NULL "sticky_agent_days":0 "members":[ 0:{ "destination_id":"050XXXXX01" "destination_type":"extension" "destination_ip":NULL "timeout":30 "priority":1 "timegroup":19 } ] } |
