/api/customers/K0002/devices/operator-panel/available-phonesHTTP/1.1 200 OK {
"href": "/api/customers/K0002/devices/operator-panel/available-phones?_offset=0&_pagesize=16",
"offset": 0,
"total": 1,
"size": 1,
"links": [],
"items": [{
"href": "/api/customers/K0002/devices/standard/00-11-22-33-44",
"links": [],
"data": [{
"name": "uniqueIdentifier",
"value": "00-11-22-33-44"
}, {
"name": "deviceMasterCategory",
"value": "STANDARD"
}, {
"name": "deviceCategory",
"value": "standard"
}, {
"name": "deviceTypeName",
"value": "deviceTypeName"
}]
}]
}
/api/customers/K0002/devices/operator-panel/available-phones?_q=55HTTP/1.1 200 OK {
"href": "/api/customers/K0002/devices/operator-panel/available-phones?_offset=0&_pagesize=16&_q=55",
"offset": 0,
"total": 1,
"size": 1,
"links": [],
"items": [{
"href": "/api/customers/K0002/devices/standard/00-55-22-33-44",
"links": [],
"data": [{
"name": "uniqueIdentifier",
"value": "00-55-22-33-44"
}, {
"name": "deviceMasterCategory",
"value": "STANDARD"
}, {
"name": "deviceCategory",
"value": "standard"
}, {
"name": "deviceTypeName",
"value": "deviceTypeName2"
}]
}]
}
/api/customers/K0404/devices/operator-panel/available-phones HTTP/1.1 404 Not Found {
"described_by": "http://api.nfon.net/probs/customer-not-found",
"title": "Customer not found",
"detail": "Customer with identifier K0404 has not been found"
}
/api/customers/K0002/devices/operator-panel/available-phones HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0002]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0003/devices/operator-panel/available-phones HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0003]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0003/devices/operator-panel/available-phones HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0003]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}