Routing RoutingTagMode API

get listing

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

Request

Headers

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

Route

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

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"ee6c8167d0452c3ecc2fa2ef7243ce0a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 71e823dc-8fbf-4c00-958d-398649ce8b51
X-Runtime: 0.008007
Content-Length: 551

Status

200 OK

Body

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