/api/operators/C0002/pbx-groups HTTP/1.1 200 OK
with following body:
{
"href": "/api/operators/C0002/pbx-groups?_offset=0&_pagesize=16&_orderBy=name&_order=ASC",
"offset": 0,
"total": 2,
"size": 2,
"links": [],
"items": [{
"href": "/api/operators/C0002/pbx-groups/pbx%20name%201",
"links": [],
"data": [{
"name": "name",
"value": "pbx name 1"
}]
}, {
"href": "/api/operators/C0002/pbx-groups/Pbx1",
"links": [],
"data": [{
"name": "name",
"value": "Pbx1"
}]
}]
}
/api/operators/C0002/pbx-groups?_q=2 HTTP/1.1 200 OK
with following body:
{
"href": "/api/operators/C0002/pbx-groups?_offset=0&_pagesize=16&_q=2&_orderBy=name&_order=ASC",
"offset": 0,
"total": 1,
"size": 1,
"links": [],
"items": [{
"href": "/api/operators/C0002/pbx-groups/Pbx2",
"links": [],
"data": [{
"name": "name",
"value": "Pbx2"
}]
}]
}
/api/operators/C0404/pbx-groups 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 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 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 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"
}