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.eyJzdWIiOjkwLCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzQwODUzMDMwfQ.zd5En9lwBK3prFN_UQTv3SezkpxA-BzcKFCaAG64gFU
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-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: 7225827c-6c01-45d6-bb3e-287abeafa1eb
X-Runtime: 0.008225
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"
    }
  }
}