Networks API

get specific entry

GET /api/rest/admin/networks/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE1MCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwN30.a50FZSesjrjMBCBJ4NynXryDiBRsfknh-ack8vTYqqY
Host: example.org
Cookie: 

Route

GET /api/rest/admin/networks/43708

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/"f39f920b0ebad0ca11b0fd8bde436b97"
cache-control: max-age=0, private, must-revalidate
x-request-id: bfdd82b2-6f0d-466f-bdc9-adcd677d3270
x-runtime: 0.006166
content-length: 353

Status

200 OK

Body

{
  "data": {
    "id": "43708",
    "type": "networks",
    "links": {
      "self": "http://example.org/api/rest/admin/networks/43708"
    },
    "attributes": {
      "name": "US Eagle Mobile"
    },
    "relationships": {
      "network-type": {
        "links": {
          "self": "http://example.org/api/rest/admin/networks/43708/relationships/network-type",
          "related": "http://example.org/api/rest/admin/networks/43708/network-type"
        }
      }
    }
  }
}