Dtmf send modes API

get listing

GET /api/rest/admin/dtmf-send-modes

Parameters

Name Description
filter[id] id filter
filter[name] name filter

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEwMCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU2NX0.HPyPaNZgqBtFQJuu9jYpbzE-EqhxMp6EHvtNZq9tJ7A
Host: example.org
Cookie: 

Route

GET /api/rest/admin/dtmf-send-modes

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/vnd.api+json
vary: Accept
etag: W/"62db86c2c03d059ebab902f865fc6fe1"
cache-control: max-age=0, private, must-revalidate
x-request-id: 269743ae-a73d-4136-80c6-4b6ca2062e7e
x-runtime: 0.007189
content-length: 845

Status

200 OK

Body

{
  "data": [
    {
      "id": "0",
      "type": "dtmf-send-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/dtmf-send-modes/0"
      },
      "attributes": {
        "name": "Disable sending"
      }
    },
    {
      "id": "1",
      "type": "dtmf-send-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/dtmf-send-modes/1"
      },
      "attributes": {
        "name": "RFC 2833"
      }
    },
    {
      "id": "2",
      "type": "dtmf-send-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/dtmf-send-modes/2"
      },
      "attributes": {
        "name": "SIP INFO application/dtmf-relay"
      }
    },
    {
      "id": "4",
      "type": "dtmf-send-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/dtmf-send-modes/4"
      },
      "attributes": {
        "name": "SIP INFO application/dtmf"
      }
    }
  ],
  "meta": {
    "total-count": 4
  },
  "links": {
    "first": "http://example.org/api/rest/admin/dtmf-send-modes?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/dtmf-send-modes?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}