Routing RoutingTagDetectionRules API

get specific entry

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

Request

Headers

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

Route

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

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/"5ea615703a5bff83892e435ce45771d9"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: ddf73748-bda8-4ac3-8a21-d6114bba36a4
X-Runtime: 0.011908
Content-Length: 1400

Status

200 OK

Body

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

      ],
      "routing-tag-ids": [

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