Routing NumberlistItems API

get specific entry

GET /api/rest/admin/routing/numberlist-items/:id

Request

Headers

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

Route

GET /api/rest/admin/routing/numberlist-items/4

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/"e2cbbd2c35e1f4d889228986a3c6a303"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 88c334fc-ced0-4d48-8dc5-846ede580940
X-Runtime: 0.011509
Content-Length: 906

Status

200 OK

Body

{
  "data": {
    "id": "4",
    "type": "numberlist-items",
    "links": {
      "self": "http://example.org/api/rest/admin/routing/numberlist-items/4"
    },
    "attributes": {
      "key": "numberlist_item_3",
      "number-min-length": 0,
      "number-max-length": 100,
      "action-id": 1,
      "src-rewrite-rule": null,
      "src-rewrite-result": null,
      "defer-src-rewrite": false,
      "dst-rewrite-rule": null,
      "dst-rewrite-result": null,
      "defer-dst-rewrite": false,
      "tag-action-value": [

      ],
      "created-at": "2024-03-12T14:35:34.945Z",
      "updated-at": "2024-03-12T14:35:34.945Z"
    },
    "relationships": {
      "numberlist": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing/numberlist-items/4/relationships/numberlist",
          "related": "http://example.org/api/rest/admin/routing/numberlist-items/4/numberlist"
        }
      },
      "tag-action": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing/numberlist-items/4/relationships/tag-action",
          "related": "http://example.org/api/rest/admin/routing/numberlist-items/4/tag-action"
        }
      }
    }
  }
}