Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjExMiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzMX0.0ffjOtLmPOcvfhjd7aoRNgwrYuz6wGzAXuUsM3xMmUs Host: example.org Cookie:
GET /api/rest/admin/gateway-rel100-modes/0
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/"9773009295325e9f1cd3a0b67b18979c" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: ff8acfca-b5b3-40c8-9a17-d24149d4c6ef X-Runtime: 0.007010 Content-Length: 158
200 OK
{
"data": {
"id": "0",
"type": "gateway-rel100-modes",
"links": {
"self": "http://example.org/api/rest/admin/gateway-rel100-modes/0"
},
"attributes": {
"name": "Disabled"
}
}
}