Numberlist API

get specific entry

GET /api/rest/admin/routing/numberlists/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MzUsInN1YiI6MTUxfQ.RQXjsNpquNJ_oYt7Xj5l6OwA6jOt7mEP6y4ZCrkMFBU
Host: example.org
Cookie: 

Route

GET /api/rest/admin/routing/numberlists/10

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"c4d8a7757e129882b7ba21a6494ee86a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 448df704-bb3e-4a22-9939-c87b0766a90b
X-Runtime: 0.011771
Content-Length: 727

Status

200 OK

Body

{
  "data": {
    "id": "10",
    "type": "numberlists",
    "links": {
      "self": "http://example.org/api/rest/admin/routing/numberlists/10"
    },
    "attributes": {
      "name": "numberlist9",
      "default-action-id": 1,
      "mode-id": 1,
      "created-at": "2024-03-12T14:35:35.285Z",
      "updated-at": "2024-03-12T14:35:35.285Z",
      "default-src-rewrite-rule": null,
      "default-src-rewrite-result": null,
      "defer-src-rewrite": false,
      "default-dst-rewrite-rule": null,
      "default-dst-rewrite-result": null,
      "defer-dst-rewrite": false,
      "tag-action-value": [

      ],
      "external-id": null,
      "external-type": null
    },
    "relationships": {
      "tag-action": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing/numberlists/10/relationships/tag-action",
          "related": "http://example.org/api/rest/admin/routing/numberlists/10/tag-action"
        }
      }
    }
  }
}