NetworkTypes API

get specific entry

GET /api/rest/admin/system/network-types/:id

Request

Headers

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

Route

GET /api/rest/admin/system/network-types/19

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/"b6f6b969d5c3a98bcfb648474cc9f6f6"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 8de33826-8d6f-4c3d-9449-6b83763fdd7d
X-Runtime: 0.014164
Content-Length: 159

Status

200 OK

Body

{
  "data": {
    "id": "19",
    "type": "network-types",
    "links": {
      "self": "http://example.org/api/rest/admin/system/network-types/19"
    },
    "attributes": {
      "name": "Network type 3"
    }
  }
}