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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjozNiwiZXhwIjoxNzcyMjExNDc0fQ.btDlXS8Vns9Z_R_TIXfkj7ARBSfsJ2QUiiKhhUc365g
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: ad1ed692-4e04-4148-a122-98e1b0cdf2b5
x-runtime: 0.005678
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"
        }
      }
    }
  }
}