Dtmf receive modes API

get listing

GET /api/rest/admin/dtmf-receive-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.eyJzdWIiOjk4LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzY3MzU4NTY1fQ.OhBg5gnb_Okmp1phOOaD96pGOSWHg5MVGln8yLuZ5w0
Host: example.org
Cookie: 

Route

GET /api/rest/admin/dtmf-receive-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/"e7c65e79b569da9ffd64a75f7b381ad7"
cache-control: max-age=0, private, must-revalidate
x-request-id: c95365bd-1d01-4f8e-91fa-8f1edb3ad72d
x-runtime: 0.007067
content-length: 737

Status

200 OK

Body

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