Dialpeers API

get specific entry

GET /api/rest/admin/dialpeers/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjkxLCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzcyMjEyMDAzfQ.g26fL5VOsJ4kcGYTOZGOPy9wfjtw0v0KXbcgAoPUetc
Host: example.org
Cookie: 

Route

GET /api/rest/admin/dialpeers/1376791

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/"d280880e91f80fc601fe37df424aadc3"
cache-control: max-age=0, private, must-revalidate
x-request-id: 2a70f635-9c0d-48fe-9832-a297f911bd80
x-runtime: 0.006519
content-length: 2414

Status

200 OK

Body

{
  "data": {
    "id": "1376791",
    "type": "dialpeers",
    "links": {
      "self": "http://example.org/api/rest/admin/dialpeers/1376791"
    },
    "attributes": {
      "enabled": true,
      "next-rate": "0.0",
      "connect-fee": "0.0",
      "initial-rate": "0.0",
      "initial-interval": 60,
      "next-interval": 60,
      "valid-from": "2026-02-17T16:56:43.655Z",
      "valid-till": "2026-03-09T16:56:43.655Z",
      "prefix": "",
      "src-rewrite-rule": null,
      "dst-rewrite-rule": null,
      "acd-limit": 0.0,
      "asr-limit": 0.0,
      "src-rewrite-result": null,
      "dst-rewrite-result": null,
      "locked": false,
      "priority": 100,
      "exclusive-route": false,
      "capacity": null,
      "lcr-rate-multiplier": "1.0",
      "force-hit-rate": null,
      "network-prefix-id": null,
      "created-at": "2026-02-27T16:56:43.685Z",
      "short-calls-limit": 1.0,
      "external-id": 8,
      "routing-tag-ids": [

      ],
      "dst-number-min-length": 0,
      "dst-number-max-length": 100,
      "reverse-billing": false,
      "routing-tag-mode-id": 0
    },
    "relationships": {
      "gateway": {
        "links": {
          "self": "http://example.org/api/rest/admin/dialpeers/1376791/relationships/gateway",
          "related": "http://example.org/api/rest/admin/dialpeers/1376791/gateway"
        },
        "data": null
      },
      "gateway-group": {
        "links": {
          "self": "http://example.org/api/rest/admin/dialpeers/1376791/relationships/gateway-group",
          "related": "http://example.org/api/rest/admin/dialpeers/1376791/gateway-group"
        },
        "data": {
          "type": "gateway-groups",
          "id": "10"
        }
      },
      "routing-group": {
        "links": {
          "self": "http://example.org/api/rest/admin/dialpeers/1376791/relationships/routing-group",
          "related": "http://example.org/api/rest/admin/dialpeers/1376791/routing-group"
        },
        "data": {
          "type": "routing-groups",
          "id": "29"
        }
      },
      "vendor": {
        "links": {
          "self": "http://example.org/api/rest/admin/dialpeers/1376791/relationships/vendor",
          "related": "http://example.org/api/rest/admin/dialpeers/1376791/vendor"
        },
        "data": {
          "type": "contractors",
          "id": "50"
        }
      },
      "account": {
        "links": {
          "self": "http://example.org/api/rest/admin/dialpeers/1376791/relationships/account",
          "related": "http://example.org/api/rest/admin/dialpeers/1376791/account"
        },
        "data": {
          "type": "accounts",
          "id": "55"
        }
      },
      "routeset-discriminator": {
        "links": {
          "self": "http://example.org/api/rest/admin/dialpeers/1376791/relationships/routeset-discriminator",
          "related": "http://example.org/api/rest/admin/dialpeers/1376791/routeset-discriminator"
        },
        "data": {
          "type": "routeset-discriminators",
          "id": "9"
        }
      },
      "dialpeer-next-rates": {
        "links": {
          "self": "http://example.org/api/rest/admin/dialpeers/1376791/relationships/dialpeer-next-rates",
          "related": "http://example.org/api/rest/admin/dialpeers/1376791/dialpeer-next-rates"
        }
      }
    }
  }
}