Disconnect policies API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjk2LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzcyMjEyMDA0fQ.nDsjQ_-_0eVV38COX_CFdaIavca3mE3pm2Af5UZpX6s
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: 183a2b6a-5a16-48dc-b6a9-4a0723ac1c16
x-runtime: 0.005980
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"
    }
  }
}