Disconnect policies API

get specific entry

GET /api/rest/admin/disconnect-policies/:id

Request

Headers

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

Route

GET /api/rest/admin/disconnect-policies/6

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/"cffe09a104fdbe736ad94769b74afd71"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: a98aac46-90f5-4310-a762-3ca1c39b4ba8
X-Runtime: 0.011928
Content-Length: 166

Status

200 OK

Body

{
  "data": {
    "id": "6",
    "type": "disconnect-policies",
    "links": {
      "self": "http://example.org/api/rest/admin/disconnect-policies/6"
    },
    "attributes": {
      "name": "disconnect_policy3"
    }
  }
}