/api/operators/C0002/rating-profiles/8
HTTP/1.1 200 OK
{
"href": "/api/operators/C0002/rating-profiles/8",
"links": [],
"data": [{
"name": "name",
"value": "8"
}, {
"name": "description",
"value": "description 8"
}]
}
/api/operators/C404/rating-profiles/8 HTTP/1.1 404 Not Found application/api-problem+json {
"detail": "Operator C404 has not been found",
"title": "Operator not found",
"described_by": "http://api.nfon.net/probs/operator-not-found"
}
/api/operators/C0002/rating-profiles/NOT_EXISTING HTTP/1.1 404 Not Found application/api-problem+json {
"detail": "Rating Profile with identifier 'NOT_EXISTING' has not been found for Operator C0002",
"title": "Rating profile not found",
"described_by": "http://api.nfon.net/probs/operator-rating-profile-not-found"
}
/api/operators/C0002/rating-profiles/8 HTTP/1.1 403 Forbidden application/api-problem+json {
"detail": "Access denied to [Operator] with id [C0002]",
"title": "Access forbidden",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/operators/C0002/rating-profiles/8 HTTP/1.1 403 Forbidden application/api-problem+json {
"detail": "Access denied to [Operator] with id [C0002]",
"title": "Access forbidden",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}