Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE1NSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTc0MH0.VHB1ljEfgjCjNL-xSw2suEO5fQBQcjxrQdTttnFDvwQ Host: example.org Cookie:
GET /api/rest/admin/networks/43708
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: 87798436-31a8-4415-84f9-885b9a3a3f68 x-runtime: 0.005220 content-length: 353
200 OK
{
"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"
}
}
}
}
}