/api/operators/C0002/pbx-groups/Pbx1 HTTP/1.1 200 OK
with following body:
{
"href": "/api/operators/C0002/pbx-groups/Pbx1",
"links": [],
"data": [{
"name": "name",
"value": "Pbx1"
}]
}
/api/operators/C0404/pbx-groups/Pbx1 HTTP/1.1 404 Not Found
with following body:
{
"detail": "Operator C0404 has not been found",
"title": "Operator not found",
"described_by": "http://api.nfon.net/probs/operator-not-found"
}
/api/operators/C0002/pbx-groups/Pbx1 HTTP/1.1 404 Not Found
with following body:
{
"detail": "Pbx Group with name Pbx1 has not been found",
"title": "Pbx Group not found",
"described_by": "http://api.nfon.net/probs/pbx-group-not-found"
}
/api/operators/C0002/pbx-groups/Pbx1 HTTP/1.1 403 Forbidden application/api-problem+json {
"title": "Access forbidden",
"detail": "Access denied to [Operator] with id [C0002]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/operators/C0002/pbx-groups/Pbx1 HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [Operator] with id [C0002]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/operators/C0003/pbx-groups/Pbx1 HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [Operator] with id [C0003]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}