/api/customers/K0002/monitoring-levels HTTP/1.1 200 OK {
"href": "/api/customers/K0002/monitoring-levels",
"items": [{
"data": [{
"name": "monitoringLevel",
"value": "Off"
}]
}, {
"data": [{
"name": "monitoringLevel",
"value": "Minimal"
}]
}, {
"data": [{
"name": "monitoringLevel",
"value": "Moderate"
}]
}, {
"data": [{
"name": "monitoringLevel",
"value": "Detailed"
}]
}]
}
/api/customers/K0002/monitoring-levels?_q=min HTTP/1.1 200 OK {
"href": "/api/customers/K0002/monitoring-levels?_q=min",
"links": null,
"items": [{
"href": null,
"links": [],
"data": [{
"name": "monitoringLevel",
"value": "Minimal"
}]
}]
}
/api/customers/K404/monitoring-levels HTTP/1.1 404 Not Found application/api-problem+json {
"title": "Customer not found",
"detail": "Customer with identifier K404 has not been found",
"described_by": "http://api.nfon.net/probs/customer-not-found"
}
/api/customers/K0002/monitoring-levels HTTP/1.1 403 Forbidden application/api-problem+json {
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0002]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0003/monitoring-levels 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/monitoring-levels 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"
}