Networks API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjozNiwiZXhwIjoxNzY3MzU4MDM1fQ.mqRNYGAq6JDJdJDs7_MEBcE4ZU5TICExqVj8JD9ZQUw
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: 53aefcba-c1cb-444a-b7a4-3e3ff0ca5ee9
x-runtime: 0.006413
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"
        }
      }
    }
  }
}