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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjozNywiZXhwIjoxNzg2MzU5NzYxfQ.62LzdLkifp5FsUNiM-xF7b8DIeu58U5_iT9USI7nzAE
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/networks/d310e5fa-ea54-45d0-8d34-d3b11faa10ce

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/"62ae41a0276a5f8492737756bab1f22f"
cache-control: max-age=0, private, must-revalidate
x-request-id: b61e99a1-f9b9-4ffa-89f4-608b5b2123a3
x-runtime: 0.005576
content-length: 495

Status

200 OK

Body

{
  "data": {
    "id": "d310e5fa-ea54-45d0-8d34-d3b11faa10ce",
    "type": "networks",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/networks/d310e5fa-ea54-45d0-8d34-d3b11faa10ce"
    },
    "attributes": {
      "name": "US Macon Region"
    },
    "relationships": {
      "network-type": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/networks/d310e5fa-ea54-45d0-8d34-d3b11faa10ce/relationships/network-type",
          "related": "http://example.org/api/rest/customer/v1/networks/d310e5fa-ea54-45d0-8d34-d3b11faa10ce/network-type"
        }
      }
    }
  }
}