get specific entry
GET /api/rest/customer/v1/networks/:id
Request
Headers
Route
GET /api/rest/customer/v1/networks/d310e5fa-ea54-45d0-8d34-d3b11faa10ce
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "d310e5fa-ea54-45d0-8d34-d3b11faa10ce",
"type": "networks",
"links": {
"self": "http://example.org/api/rest/customer/v1/networks/d310e5fa-ea54-45d0-8d34-d3b11faa10ce"
},
"attributes": {
"name": "US Macon Region"
},
"relationships": {
"network-type": {
"links": {
"self": "http://example.org/api/rest/customer/v1/networks/d310e5fa-ea54-45d0-8d34-d3b11faa10ce/relationships/network-type",
"related": "http://example.org/api/rest/customer/v1/networks/d310e5fa-ea54-45d0-8d34-d3b11faa10ce/network-type"
}
}
}
}
}