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.eyJzdWIiOjI3LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzMxNTc4MjI4fQ.AmuQOcvgcdBHm9tai4QQuqdbHsFS2N-o4ie1HzpOByM
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/network-prefixes/71ac25cb-733f-4367-a510-441731b2caa5

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/"1708cf9fa523803d7605eccab510bc61"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: e87f7897-871a-49ce-a1a3-be04e5f65748
X-Runtime: 0.007116
Content-Length: 558

Status

200 OK

Body

{
  "data": {
    "id": "71ac25cb-733f-4367-a510-441731b2caa5",
    "type": "network-prefixes",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/network-prefixes/71ac25cb-733f-4367-a510-441731b2caa5"
    },
    "attributes": {
      "prefix": "1111111111112",
      "number-min-length": 0,
      "number-max-length": 100
    },
    "relationships": {
      "network": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/network-prefixes/71ac25cb-733f-4367-a510-441731b2caa5/relationships/network",
          "related": "http://example.org/api/rest/customer/v1/network-prefixes/71ac25cb-733f-4367-a510-441731b2caa5/network"
        }
      }
    }
  }
}