Networks API

get listing

GET /api/rest/admin/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.eyJzdWIiOjE0MywiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzNn0.lDAqIjI_3eq0ti9ru9HXQusq1esZCHAMNqMB5isfOvA
Host: example.org
Cookie: 

Route

GET /api/rest/admin/networks

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/"6e8038cde62311b61df3a43603d291be"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 7c1cbe04-ae42-47a9-affe-a732dc00b209
X-Runtime: 0.016292
Content-Length: 565

Status

200 OK

Body

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