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.eyJzdWIiOjE2NSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTc0MH0.M-moshwOcVOU9JZUiJPfPm9ibwfoVq4ohtv04JDsEJw
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/"f54899971875f81188348d995d3a5237"
cache-control: max-age=0, private, must-revalidate
x-request-id: a35bfb2c-b946-43fa-b1a6-ce2b17ba2cf5
x-runtime: 0.006197
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-04-16T18:45:40.715Z",
      "updated-at": "2026-04-16T18:45:40.715Z"
    },
    "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"
        }
      }
    }
  }
}