These docs are for v2.11. Click to read the latest docs for v2.12.

Get RingGroup

Get information for a single RingGroup.

Sample Response

{
  "ringgroup": {
    "id":"RINGGRP0101010102",
    "label":"RingGroup Test 2",
    "destinations": [{
      "destination_type":"SpeedDial",
      "destination":"101"
    },
    {
      "destination_type":"Device",
      "destination":"101010101011"
    }],
    "greeting":"TTS:Hello this is a welcome message",
    "ring_strategy":"Random",
    "max_ring_time":"",
    "ring_timeout":15,
    "ring_busy_destinations":true,
    "failover_type":"Reject",
    "failover":""
  }
}

Response Properties

PropertyTypeDescription
ringgroupobjectRingGroup
Language
Credentials
Header
Click Try It! to start a request and see the response here!