/api/customers/K0002/lync/gateways HTTP/1.1 200 OK {
"href": "/api/customers/K0002/lync/gateways?_offset=0&_pagesize=16",
"offset": 0,
"total": 2,
"size": 2,
"links": [],
"items": [{
"href": "/api/customers/K0002/lync/gateways/200",
"links": [],
"data": [{
"name": "description",
"value": "Lync Gateway A"
}, {
"name": "gatewayIp",
"value": "one.nfon.net"
}]
}, {
"href": "/api/customers/K0002/lync/gateways/201",
"links": [],
"data": [{
"name": "description",
"value": "Lync Gateway B"
}, {
"name": "gatewayIp",
"value": "two.nfon.net"
}]
}]
}
/api/customers/K0002/lync/gateways?_q=two HTTP/1.1 200 OK {
"href": "/api/customers/K0002/lync/gateways?_offset=0&_pagesize=16&_q=two",
"offset": 0,
"total": 1,
"size": 1,
"links": [],
"items": [{
"href": "/api/customers/K0002/lync/gateways/201",
"links": [],
"data": [{
"name": "description",
"value": "Lync Gateway B"
}, {
"name": "gatewayIp",
"value": "two.nfon.net"
}]
}]
}
/api/customers/K0404/lync/sites HTTP/1.1 404 Not Found application/api-problem+json {
"title": "Customer not found",
"detail": "Customer with identifier K0404 has not been found",
"described_by": "http://api.nfon.net/probs/customer-not-found"
}
/api/customers/K0002/lync/gateways HTTP/1.1 403 Forbidden application/api-problem+json {
"title": "Access forbidden",
"detail": "Required role is missing",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0002/lync/gateways HTTP/1.1 403 Forbidden application/api-problem+json {
"title": "Access forbidden",
"detail": "Required role is missing",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0002/lync/gateways HTTP/1.1 403 Forbidden application/api-problem+json {
"title": "Access forbidden",
"detail": "Required role is missing",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}