Routing RoutingTagDetectionRules API

get specific entry

GET /api/rest/admin/routing-tag-detection-rules/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIwMSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU3MH0.LLyNRLAyXoiYWOTqUXeWJ70vtQjgJMkL-1zGObi8g0w
Host: example.org
Cookie: 

Route

GET /api/rest/admin/routing-tag-detection-rules/3

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/"bf1a35c03ab602800b623d1f001a88b5"
cache-control: max-age=0, private, must-revalidate
x-request-id: 22917d19-52ca-4459-81fc-073ab107dfab
x-runtime: 0.012238
content-length: 1108

Status

200 OK

Body

{
  "data": {
    "id": "3",
    "type": "routing-tag-detection-rules",
    "links": {
      "self": "http://example.org/api/rest/admin/routing-tag-detection-rules/3"
    },
    "attributes": {
      "src-prefix": "111",
      "dst-prefix": "222",
      "tag-action-value": [

      ],
      "routing-tag-ids": [

      ],
      "routing-tag-mode-id": 0
    },
    "relationships": {
      "src-area": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/relationships/src-area",
          "related": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/src-area"
        }
      },
      "dst-area": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/relationships/dst-area",
          "related": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/dst-area"
        }
      },
      "routing-tag": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/relationships/routing-tag",
          "related": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/routing-tag"
        }
      },
      "tag-action": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/relationships/tag-action",
          "related": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/tag-action"
        }
      }
    }
  }
}