Routing NumberlistItems API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE2MCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwN30.bxDpunxr95mV-UMEsZ2Be7iBY5vEMzBBbFo1Oxm-bdM
Host: example.org
Cookie: 

Route

GET /api/rest/admin/numberlist-items/2

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/"e79e890b229c9dd9c9fa2d76a8b63893"
cache-control: max-age=0, private, must-revalidate
x-request-id: dd17a5d0-38f9-420f-9cf6-b91aff697e98
x-runtime: 0.006087
content-length: 911

Status

200 OK

Body

{
  "data": {
    "id": "2",
    "type": "numberlist-items",
    "links": {
      "self": "http://example.org/api/rest/admin/numberlist-items/2"
    },
    "attributes": {
      "key": "numberlist_item_1",
      "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": [

      ],
      "variables": {
        "numberlist_item_var1": "value"
      },
      "created-at": "2026-02-27T16:56:47.909Z",
      "updated-at": "2026-02-27T16:56:47.909Z"
    },
    "relationships": {
      "numberlist": {
        "links": {
          "self": "http://example.org/api/rest/admin/numberlist-items/2/relationships/numberlist",
          "related": "http://example.org/api/rest/admin/numberlist-items/2/numberlist"
        }
      },
      "tag-action": {
        "links": {
          "self": "http://example.org/api/rest/admin/numberlist-items/2/relationships/tag-action",
          "related": "http://example.org/api/rest/admin/numberlist-items/2/tag-action"
        }
      }
    }
  }
}