NetworkPrefixes API

get specific entry

GET /api/rest/customer/v1/network-prefixes/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI3LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzIxMjM1Nzg3fQ.HmI2iVVtf7q-uAzw0ErTjnRerzfkwZrI-azpKBw4qWM
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/network-prefixes/53f996c7-91f2-4b10-ac9b-4e64451a99d7

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/"da76b9766e4ef90b558eab7697d92c4b"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: bf8ce69a-7f11-4b06-870d-5161165167d0
X-Runtime: 0.009328
Content-Length: 558

Status

200 OK

Body

{
  "data": {
    "id": "53f996c7-91f2-4b10-ac9b-4e64451a99d7",
    "type": "network-prefixes",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/network-prefixes/53f996c7-91f2-4b10-ac9b-4e64451a99d7"
    },
    "attributes": {
      "prefix": "1111111111112",
      "number-min-length": 0,
      "number-max-length": 100
    },
    "relationships": {
      "network": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/network-prefixes/53f996c7-91f2-4b10-ac9b-4e64451a99d7/relationships/network",
          "related": "http://example.org/api/rest/customer/v1/network-prefixes/53f996c7-91f2-4b10-ac9b-4e64451a99d7/network"
        }
      }
    }
  }
}