Routing RoutingTagMode API

get listing

GET /api/rest/admin/routing-tag-modes

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE5OSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzA0MH0.h5iAzv8NEwx-evpr0MYLk2XuILF2Zy-FkjdHCk2sNlo
Host: example.org
Cookie: 

Route

GET /api/rest/admin/routing-tag-modes

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/"1123536893aca213fe0025936db61db4"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 8546203f-3b6d-409e-b231-38272056fbd6
X-Runtime: 0.008885
Content-Length: 519

Status

200 OK

Body

{
  "data": [
    {
      "id": "0",
      "type": "routing-tag-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/routing-tag-modes/0"
      },
      "attributes": {
        "name": "OR"
      }
    },
    {
      "id": "1",
      "type": "routing-tag-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/routing-tag-modes/1"
      },
      "attributes": {
        "name": "AND"
      }
    }
  ],
  "meta": {
    "total-count": 2
  },
  "links": {
    "first": "http://example.org/api/rest/admin/routing-tag-modes?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/routing-tag-modes?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}