NetworkTypes API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE1MCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTczOX0.6ZAy_2yWWN0TWVyB9HyWcJb6GMa1FDN9KpGwKCtt_4Y
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: 524d687b-62ee-4a80-8c81-1a9fdcb9028b
x-runtime: 0.004904
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"
    }
  }
}