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.eyJzdWIiOjI5LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzQwODUyNTA2fQ.hOSEIrLAR04dCPgIy66ng_NkpvuEcBnvKTLwdex4pe0
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/network-types/ebebec7d-5b16-484a-805a-54a879dcd8ee

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/"aacd96274a552b0811f50981f05365f3"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 67eee893-f451-4c6e-8aa7-e1be3f56ca4c
X-Runtime: 0.007021
Content-Length: 227

Status

200 OK

Body

{
  "data": {
    "id": "ebebec7d-5b16-484a-805a-54a879dcd8ee",
    "type": "network-types",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/network-types/ebebec7d-5b16-484a-805a-54a879dcd8ee"
    },
    "attributes": {
      "name": "Network type 10"
    }
  }
}