NetworkPrefixes API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjozMiwiZXhwIjoxNzY3MzU4MDM1fQ.ugL7CjnjNn5_QbcCoMfAgTb0C5nbCgyiAN_YUouq8qU
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/network-prefixes/79190c53-8c5b-46bb-a05c-ed8e5ae3f0f7

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/"85c7875766588c1612f0572da210c503"
cache-control: max-age=0, private, must-revalidate
x-request-id: 0a8bb41c-2933-4eb8-80cc-9cfeaf2f5417
x-runtime: 0.006391
content-length: 558

Status

200 OK

Body

{
  "data": {
    "id": "79190c53-8c5b-46bb-a05c-ed8e5ae3f0f7",
    "type": "network-prefixes",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/network-prefixes/79190c53-8c5b-46bb-a05c-ed8e5ae3f0f7"
    },
    "attributes": {
      "prefix": "1111111111112",
      "number-min-length": 0,
      "number-max-length": 100
    },
    "relationships": {
      "network": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/network-prefixes/79190c53-8c5b-46bb-a05c-ed8e5ae3f0f7/relationships/network",
          "related": "http://example.org/api/rest/customer/v1/network-prefixes/79190c53-8c5b-46bb-a05c-ed8e5ae3f0f7/network"
        }
      }
    }
  }
}