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.eyJzdWIiOjEwMCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwNH0.jfR9g7iMuU-5xCmxdvdPe2Gob1wZ7nK1KTaLL1NUyvI
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: f6c2a574-6449-4442-a26b-663aea3324b2
x-runtime: 0.006523
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"
  }
}