get specific entry
GET /api/rest/customer/v1/networks/:id
Request
Headers
Route
GET /api/rest/customer/v1/networks/d094def7-52f7-11ea-a7a7-525400429a0c
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "d094def7-52f7-11ea-a7a7-525400429a0c",
"type": "networks",
"links": {
"self": "http://example.org/api/rest/customer/v1/networks/d094def7-52f7-11ea-a7a7-525400429a0c"
},
"attributes": {
"name": "UNITED STATES"
},
"relationships": {
"network-type": {
"links": {
"self": "http://example.org/api/rest/customer/v1/networks/d094def7-52f7-11ea-a7a7-525400429a0c/relationships/network-type",
"related": "http://example.org/api/rest/customer/v1/networks/d094def7-52f7-11ea-a7a7-525400429a0c/network-type"
}
}
}
}
}