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.eyJzdWIiOjI1OSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTc0NH0.BhGQRxRzI1Erra0DF5rBr40QVGtraA2cKe_-beKbx38
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: 44cbcaf2-f53c-4d30-8e69-0f2586b3cc84
x-runtime: 0.005121
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"
    }
  }
}