Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE0MywiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU2N30.iHuqTo6nisprLo29o3PzJ_LdGSxVGo99G9Egl-ZPKx0 Host: example.org Cookie:
GET /api/rest/admin/network-types/19
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/"85c0210b7796672f805ad3d6f0531065" cache-control: max-age=0, private, must-revalidate x-request-id: 5e5cae2e-9f73-4e75-a558-690e6d0fd27f x-runtime: 0.006913 content-length: 152
200 OK
{
"data": {
"id": "19",
"type": "network-types",
"links": {
"self": "http://example.org/api/rest/admin/network-types/19"
},
"attributes": {
"name": "Network type 3"
}
}
}