Transport protocol API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI1NCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAxMX0.zubbvuhoAaK6b1xn6viUTosDc12ELAcLQBzWJwcAnig
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: c79b84b1-8952-4557-9d10-f934c7106f65
x-runtime: 0.004700
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"
    }
  }
}