Disconnect policies API

get listing

GET /api/rest/admin/disconnect-policies

Parameters

Name Description
filter[id] id filter
filter[name] name filter
filter[name-eq] name eq filter
filter[name-not-eq] name not eq filter
filter[name-cont] name cont filter
filter[name-start] name start filter
filter[name-end] name end filter
filter[name-in] name in filter
filter[name-not-in] name not in filter
filter[name-cont-any] name cont any filter

Request

Headers

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

Route

GET /api/rest/admin/disconnect-policies

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/"4f182070ef9320c7adcd1028e5da0f73"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: f209963a-75ed-4c8c-ba24-2111ec094dc0
X-Runtime: 0.008698
Content-Length: 870

Status

200 OK

Body

{
  "data": [
    {
      "id": "1",
      "type": "disconnect-policies",
      "links": {
        "self": "http://example.org/api/rest/admin/disconnect-policies/1"
      },
      "attributes": {
        "name": "not_send_503"
      }
    },
    {
      "id": "3",
      "type": "disconnect-policies",
      "links": {
        "self": "http://example.org/api/rest/admin/disconnect-policies/3"
      },
      "attributes": {
        "name": "can_not_send_503"
      }
    },
    {
      "id": "4",
      "type": "disconnect-policies",
      "links": {
        "self": "http://example.org/api/rest/admin/disconnect-policies/4"
      },
      "attributes": {
        "name": "disconnect_policy1"
      }
    },
    {
      "id": "5",
      "type": "disconnect-policies",
      "links": {
        "self": "http://example.org/api/rest/admin/disconnect-policies/5"
      },
      "attributes": {
        "name": "disconnect_policy2"
      }
    }
  ],
  "meta": {
    "total-count": 4
  },
  "links": {
    "first": "http://example.org/api/rest/admin/disconnect-policies?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/disconnect-policies?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}