Gateway rel100 modes API

get listing

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

Parameters

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

Request

Headers

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

Route

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

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/"28bccdbd5c88b3fa07f6f868887ab326"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: ef233e5a-322b-4e8c-97aa-6690d625caa2
X-Runtime: 0.008405
Content-Length: 923

Status

200 OK

Body

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