Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NTYsInN1YiI6MTIxfQ.LWakUPwSKpL-7rdNKytbyeUv9eHiGstOB7IQdHQeDsc Host: example.org Cookie:
GET /api/rest/admin/equipment/transport-protocols/1
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/"607686e6d243173097a66311a642711a" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 022887ab-f66a-41f3-b00f-419877d54a6a X-Runtime: 0.010532 Content-Length: 161
200 OK
{ "data": { "id": "1", "type": "transport-protocols", "links": { "self": "http://example.org/api/rest/admin/equipment/transport-protocols/1" }, "attributes": { "name": "UDP" } } }