Networks API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE0NCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzNn0.sIEVDRNCS1a3v4HKzBDVCXb_9CQrgL4lR_6MuVgz2zg
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: 398819ce-0857-436d-b01d-e036c88e2cff
X-Runtime: 0.008290
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"
        }
      }
    }
  }
}