NetworkTypes API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEzOSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzNX0._8Czjkrfphq5j-H0BmcdCmPM-6-ShEpf1ur7ypX45xM
Host: example.org
Cookie: 

Route

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

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/"85c0210b7796672f805ad3d6f0531065"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 5f6c7145-bfd9-4448-b9f8-677a8598651d
X-Runtime: 0.007868
Content-Length: 152

Status

200 OK

Body

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