Routing NumberlistItems API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE1NCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzN30.NljuOBbqesXOtCkdcGGeMCqK_6jakl_MCf5GKwUKD6c
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/"91ea1fbed99ef100f3b843c84a0edab3"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 60919097-24a9-4ee6-b2d2-3d2583c715d1
X-Runtime: 0.007844
Content-Length: 866

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": [

      ],
      "created-at": "2025-03-01T18:07:17.173Z",
      "updated-at": "2025-03-01T18:07:17.173Z"
    },
    "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"
        }
      }
    }
  }
}