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.eyJzdWIiOjEwMiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc4MTI3OTM5N30.M0qm65gtIrV_upCIxdwnDi5WMV5zJ-Sin-jGSldo69Q
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: 7760e6f9-7b4a-4298-80ee-f740b6512f96
x-runtime: 0.010780
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"
    }
  }
}