/api/customers/K0002/speed-dials/100 HTTP/1.1 200 OK {
"href": "/api/customers/K0002/speed-dials/100",
"links": [],
"data": [{
"name": "destination",
"value": "*555#1234"
}, {
"name": "name",
"value": "SpeedDial1"
}, {
"name": "code",
"value": "1255"
}, {
"name": "outwardDialOverwrite",
"value": false
}]
}
/api/customers/K0002/speed-dials/404 HTTP/1.1 404 Not Found {
"detail": "Speed Dial with ID 404 has not been found",
"title": "Speed Dial not found",
"described_by": "http://api.nfon.net/probs/speed-dial-not-found"
}
/api/customers/K0404/speed-dials/100 HTTP/1.1 404 Not Found {
"detail": "Customer with identifier K0404 has not been found",
"title": "Customer not found",
"described_by": "http://api.nfon.net/probs/customer-not-found"
}
/api/customers/K0002/targets/speed-dials/100 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/targets/speed-dials/100 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/targets/speed-dials/100 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"
}