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.eyJzdWIiOjE1OCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU2OH0.4_lIar_onjngiUS2xGYYpmp1GAF48_q_K5E-V6bLMyU
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/"3bc50fa65eb362d3303bb98d88f88794"
cache-control: max-age=0, private, must-revalidate
x-request-id: 33658b77-2b30-4cdd-bdc5-c11d244f0501
x-runtime: 0.006940
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-01-02T12:46:08.845Z",
      "updated-at": "2026-01-02T12:46:08.845Z"
    },
    "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"
        }
      }
    }
  }
}