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.eyJzdWIiOjI0NiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU3Mn0.nrJhl3MC0y2qABSPy7WPcuu047NI_6OpA_A1ubKU-yk
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: 08d8c083-b8d2-4d4a-89f2-86e381a9f764
x-runtime: 0.005432
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"
    }
  }
}