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.eyJleHAiOjE3MTAyNTQ3MzcsInN1YiI6MTk4fQ.uvf-1wuSeujv_jG8AMZpiXBIkiGKZrPPYp3qGfsWexw
Host: example.org
Cookie: 

Route

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

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/"43c46af67ce0edea1fe0d590fa9e39d4"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 133f16f0-722e-4ede-be11-f6ef8f6966d8
X-Runtime: 0.010483
Content-Length: 159

Status

200 OK

Body

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