Networks API

get specific entry

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

Request

Headers

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

Route

GET /api/rest/admin/system/networks/43316

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/"db31f769381252c98ab640e6cc0e1fed"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 6324ebf4-8a09-4127-8272-a8617ccea3ba
X-Runtime: 0.010465
Content-Length: 374

Status

200 OK

Body

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