get specific entry
GET /api/rest/customer/v1/network-prefixes/:id
Request
Headers
Route
GET /api/rest/customer/v1/network-prefixes/53f996c7-91f2-4b10-ac9b-4e64451a99d7
Response
Headers
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"
}
}
}
}
}