Networks API

get listing

GET /api/rest/admin/system/networks

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.eyJleHAiOjE3MzE1Nzg3NjQsInN1YiI6MjIyfQ.kxwiX9q_FE_NKE1b-7PyFO2BhaxAi97UBcHwskbRzoc
Host: example.org
Cookie: 

Route

GET /api/rest/admin/system/networks

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/"7d9be01059ec0f84f45025d47bf3d564"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 7989b080-0c9c-41a2-b3bd-1372464474d5
X-Runtime: 0.017463
Content-Length: 600

Status

200 OK

Body

{
  "data": [
    {
      "id": "4147",
      "type": "networks",
      "links": {
        "self": "http://example.org/api/rest/admin/system/networks/4147"
      },
      "attributes": {
        "name": "US Eagle Mobile"
      },
      "relationships": {
        "network-type": {
          "links": {
            "self": "http://example.org/api/rest/admin/system/networks/4147/relationships/network-type",
            "related": "http://example.org/api/rest/admin/system/networks/4147/network-type"
          }
        }
      }
    }
  ],
  "meta": {
    "total-count": 1
  },
  "links": {
    "first": "http://example.org/api/rest/admin/system/networks?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/system/networks?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}