Numberlist API

get specific entry

GET /api/rest/admin/numberlists/:id

Request

Headers

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

Route

GET /api/rest/admin/numberlists/8

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/"1ebcdf45a4c9107bbaa0ad6bd962711e"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: bf34bf49-949d-4dbf-84fd-916ca4fe53af
X-Runtime: 0.007375
Content-Length: 699

Status

200 OK

Body

{
  "data": {
    "id": "8",
    "type": "numberlists",
    "links": {
      "self": "http://example.org/api/rest/admin/numberlists/8"
    },
    "attributes": {
      "name": "numberlist7",
      "default-action-id": 1,
      "mode-id": 1,
      "created-at": "2025-03-01T18:07:17.787Z",
      "updated-at": "2025-03-01T18:07:17.787Z",
      "default-src-rewrite-rule": null,
      "default-src-rewrite-result": null,
      "defer-src-rewrite": false,
      "default-dst-rewrite-rule": null,
      "default-dst-rewrite-result": null,
      "defer-dst-rewrite": false,
      "tag-action-value": [

      ],
      "external-id": null,
      "external-type": null
    },
    "relationships": {
      "tag-action": {
        "links": {
          "self": "http://example.org/api/rest/admin/numberlists/8/relationships/tag-action",
          "related": "http://example.org/api/rest/admin/numberlists/8/tag-action"
        }
      }
    }
  }
}