NetworkTypes API

get specific entry

GET /api/rest/customer/v1/network-types/:id

Request

Headers

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

Route

GET /api/rest/customer/v1/network-types/0a9f5193-5f3d-431e-9507-b5b6a754396e

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/"e7540e8fd1ab7b552f806c1c511ddd0d"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 0f293b8b-64ca-4a51-9f7d-c99c03afe6f2
X-Runtime: 0.006219
Content-Length: 227

Status

200 OK

Body

{
  "data": {
    "id": "0a9f5193-5f3d-431e-9507-b5b6a754396e",
    "type": "network-types",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/network-types/0a9f5193-5f3d-431e-9507-b5b6a754396e"
    },
    "attributes": {
      "name": "Network type 10"
    }
  }
}