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.eyJzdWIiOjI3LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzEwMjU0MjAyfQ.lUZaEKxxpxqWCFaV0ux5N5HNbEZsaPHYA8etMmbDqys
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/network-prefixes/0c1c45a2-54fc-44e6-8f81-f26b53eba599

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/"58660df11b0c9e3b6f8805fe93ead85e"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 494a44ce-ece5-44ed-ba10-c3cf6f69c3fb
X-Runtime: 0.007342
Content-Length: 558

Status

200 OK

Body

{
  "data": {
    "id": "0c1c45a2-54fc-44e6-8f81-f26b53eba599",
    "type": "network-prefixes",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/network-prefixes/0c1c45a2-54fc-44e6-8f81-f26b53eba599"
    },
    "attributes": {
      "prefix": "1111111111112",
      "number-min-length": 0,
      "number-max-length": 100
    },
    "relationships": {
      "network": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/network-prefixes/0c1c45a2-54fc-44e6-8f81-f26b53eba599/relationships/network",
          "related": "http://example.org/api/rest/customer/v1/network-prefixes/0c1c45a2-54fc-44e6-8f81-f26b53eba599/network"
        }
      }
    }
  }
}