Networks API

get specific entry

GET /api/rest/admin/system/networks/:id

Request

Headers

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

Route

GET /api/rest/admin/system/networks/1558

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/"25cdc51fbc962b7062588102cadf4441"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 01ba83c6-f1ab-4205-b457-c7be5e8e0c14
X-Runtime: 0.011552
Content-Length: 368

Status

200 OK

Body

{
  "data": {
    "id": "1558",
    "type": "networks",
    "links": {
      "self": "http://example.org/api/rest/admin/system/networks/1558"
    },
    "attributes": {
      "name": "UNITED STATES"
    },
    "relationships": {
      "network-type": {
        "links": {
          "self": "http://example.org/api/rest/admin/system/networks/1558/relationships/network-type",
          "related": "http://example.org/api/rest/admin/system/networks/1558/network-type"
        }
      }
    }
  }
}