get specific entry
GET /api/rest/customer/v1/networks/:id
Request
Headers
Route
GET /api/rest/customer/v1/networks/58059b36-092a-4e4a-87bf-0eb68dbc73c8
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "58059b36-092a-4e4a-87bf-0eb68dbc73c8",
"type": "networks",
"links": {
"self": "http://example.org/api/rest/customer/v1/networks/58059b36-092a-4e4a-87bf-0eb68dbc73c8"
},
"attributes": {
"name": "AF Balkh Region"
},
"relationships": {
"network-type": {
"links": {
"self": "http://example.org/api/rest/customer/v1/networks/58059b36-092a-4e4a-87bf-0eb68dbc73c8/relationships/network-type",
"related": "http://example.org/api/rest/customer/v1/networks/58059b36-092a-4e4a-87bf-0eb68dbc73c8/network-type"
}
}
}
}
}