Transport protocol API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MzEsInN1YiI6MTAxfQ.YbUJ07RNYaxm7URHbFcb-AE-19JTJY9S5iWssPZ6Cuc
Host: example.org
Cookie: 

Route

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

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"607686e6d243173097a66311a642711a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 8f7bbe9a-02e0-4ddc-8277-764f994a0b22
X-Runtime: 0.011173
Content-Length: 161

Status

200 OK

Body

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