Networks API

get specific entry

GET /api/rest/customer/v1/networks/:id

Request

Headers

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

Route

GET /api/rest/customer/v1/networks/58059b36-092a-4e4a-87bf-0eb68dbc73c8

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/"dfa66490d11ef7fc2c0c39df1b301c1e"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 46e91c4c-b3ac-448b-8c29-8d8e65d03492
X-Runtime: 0.006940
Content-Length: 495

Status

200 OK

Body

{
  "data": {
    "id": "58059b36-092a-4e4a-87bf-0eb68dbc73c8",
    "type": "networks",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/networks/58059b36-092a-4e4a-87bf-0eb68dbc73c8"
    },
    "attributes": {
      "name": "AF Balkh Region"
    },
    "relationships": {
      "network-type": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/networks/58059b36-092a-4e4a-87bf-0eb68dbc73c8/relationships/network-type",
          "related": "http://example.org/api/rest/customer/v1/networks/58059b36-092a-4e4a-87bf-0eb68dbc73c8/network-type"
        }
      }
    }
  }
}