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.eyJzdWIiOjI3LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzQwODUyNTA2fQ.eJUnzxZfGABgdj9cGOF8RCKLt280eMwEoYqthfeU7ng
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/network-prefixes/2f2fbdd7-d6be-457c-a5a8-f564134d69b7

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/"c291192d88763dc85b49d990a82697bf"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 8ec4db9c-898c-4218-86e6-e961bfd0852e
X-Runtime: 0.007203
Content-Length: 558

Status

200 OK

Body

{
  "data": {
    "id": "2f2fbdd7-d6be-457c-a5a8-f564134d69b7",
    "type": "network-prefixes",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/network-prefixes/2f2fbdd7-d6be-457c-a5a8-f564134d69b7"
    },
    "attributes": {
      "prefix": "1111111111112",
      "number-min-length": 0,
      "number-max-length": 100
    },
    "relationships": {
      "network": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/network-prefixes/2f2fbdd7-d6be-457c-a5a8-f564134d69b7/relationships/network",
          "related": "http://example.org/api/rest/customer/v1/network-prefixes/2f2fbdd7-d6be-457c-a5a8-f564134d69b7/network"
        }
      }
    }
  }
}