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.eyJzdWIiOjEwMSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTczNn0.LtzY_QDpqrD4B1wIK1I7EuGDXANX_B2WJqp0pYGIHR8
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: 0adbe94f-40ee-402e-9352-d93e98fd7dae
x-runtime: 0.004612
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"
    }
  }
}