Dialpeer next rates API

get specific entry

GET /api/rest/admin/dialpeer-next-rates/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjg2LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzcyMjEyMDAzfQ.4kCl7ahKVMaE2PNGfHi3Ols6KDOdXOjJfxrfOfXHL-E
Host: example.org
Cookie: 

Route

GET /api/rest/admin/dialpeer-next-rates/3

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/"f25998dbf739533440ff72295e484330"
cache-control: max-age=0, private, must-revalidate
x-request-id: 9192d125-21fe-49ac-aca4-11c269f94ba9
x-runtime: 0.006254
content-length: 561

Status

200 OK

Body

{
  "data": {
    "id": "3",
    "type": "dialpeer-next-rates",
    "links": {
      "self": "http://example.org/api/rest/admin/dialpeer-next-rates/3"
    },
    "attributes": {
      "next-rate": "0.0",
      "initial-rate": "0.0",
      "initial-interval": 5,
      "next-interval": 10,
      "connect-fee": "0.0",
      "apply-time": "2026-02-27T17:56:43.306Z",
      "applied": false,
      "external-id": null
    },
    "relationships": {
      "dialpeer": {
        "links": {
          "self": "http://example.org/api/rest/admin/dialpeer-next-rates/3/relationships/dialpeer",
          "related": "http://example.org/api/rest/admin/dialpeer-next-rates/3/dialpeer"
        },
        "data": {
          "type": "dialpeers",
          "id": "1376785"
        }
      }
    }
  }
}