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.eyJzdWIiOjMxLCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzMxNTc4MjI4fQ.xwC4mLWjCloXnOd7WHBI8_cGV7zxoiDlFGWf8BigxtA
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-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/"dfa66490d11ef7fc2c0c39df1b301c1e"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 0a8bde1d-b614-4cbd-b962-a2ee0cc21c32
X-Runtime: 0.006549
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"
        }
      }
    }
  }
}