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.eyJzdWIiOjI5LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzIxMjM1Nzg3fQ.ttRB82Jo77EYOsO14Quo4qtnyCYLnEXTxyoF-54DL8Y
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/network-types/2fed8a9f-1d0d-443b-91d8-5cecd4b2a426

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/"eae1af235674e67be7bec2ba8cb5ed4b"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 38b3a43f-83b8-4595-b7bd-09bb8ed1b7b2
X-Runtime: 0.007066
Content-Length: 227

Status

200 OK

Body

{
  "data": {
    "id": "2fed8a9f-1d0d-443b-91d8-5cecd4b2a426",
    "type": "network-types",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/network-types/2fed8a9f-1d0d-443b-91d8-5cecd4b2a426"
    },
    "attributes": {
      "name": "Network type 10"
    }
  }
}