Transport protocol API

get specific entry

GET /api/rest/admin/transport-protocols/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI0MywiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzA0M30.0F70iEctanzmpNhC81x8wfR9jfHDkl9F1GPX6CbCL6c
Host: example.org
Cookie: 

Route

GET /api/rest/admin/transport-protocols/1

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/"e5ffbfbe642e7a6b32bd8f54a8fae3cc"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 611a345b-6455-4140-b636-2aa060293f0a
X-Runtime: 0.007482
Content-Length: 151

Status

200 OK

Body

{
  "data": {
    "id": "1",
    "type": "transport-protocols",
    "links": {
      "self": "http://example.org/api/rest/admin/transport-protocols/1"
    },
    "attributes": {
      "name": "UDP"
    }
  }
}