Gateway rel100 modes API

get listing

GET /api/rest/admin/gateway-rel100-modes

Parameters

Name Description
filter[id] id filter
filter[name] name filter

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjExNSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU2NX0.MVbnM-ASsv04ibXy94IiZLvTZatRLmg7y6R4aIBmZjs
Host: example.org
Cookie: 

Route

GET /api/rest/admin/gateway-rel100-modes

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/"4e24dc5c53e47057d5c0542c9ab8a40c"
cache-control: max-age=0, private, must-revalidate
x-request-id: 6f024f9d-08ce-4203-ab06-5dd67f8b0d2c
x-runtime: 0.007327
content-length: 863

Status

200 OK

Body

{
  "data": [
    {
      "id": "0",
      "type": "gateway-rel100-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/gateway-rel100-modes/0"
      },
      "attributes": {
        "name": "Disabled"
      }
    },
    {
      "id": "1",
      "type": "gateway-rel100-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/gateway-rel100-modes/1"
      },
      "attributes": {
        "name": "Supported"
      }
    },
    {
      "id": "2",
      "type": "gateway-rel100-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/gateway-rel100-modes/2"
      },
      "attributes": {
        "name": "Supported not announced"
      }
    },
    {
      "id": "4",
      "type": "gateway-rel100-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/gateway-rel100-modes/4"
      },
      "attributes": {
        "name": "Ignored"
      }
    }
  ],
  "meta": {
    "total-count": 4
  },
  "links": {
    "first": "http://example.org/api/rest/admin/gateway-rel100-modes?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/gateway-rel100-modes?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}