/api/operators/C0002/rating-profiles/available HTTP/1.1 200 OK {
"href": "/api/operators/C0002/rating-profiles/available?_offset=0&_pagesize=16",
"offset": 0,
"total": 2,
"size": 2,
"links": [],
"items": [{
"href": null,
"links": [],
"data": [{
"name": "name",
"value": "13"
}, {
"name": "description",
"value": "Rating Profile 13"
}]
}, {
"href": null,
"links": [],
"data": [{
"name": "name",
"value": "Rating Profile 2"
}, {
"name": "description",
"value": "Rating Profile 2 Description"
}]
}]
}
/api/operators/C0002/rating-profiles/available?_q=13 HTTP/1.1 200 OK {
"href": "/api/operators/C0002/rating-profiles/available?_offset=0&_pagesize=16&_q=13",
"offset": 0,
"total": 1,
"size": 1,
"links": [],
"items": [{
"href": null,
"links": [],
"data": [{
"name": "name",
"value": "13"
}, {
"name": "description",
"value": "Rating Profile 13"
}]
}]
}
/api/operators/C0002/rating-profiles/available 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/available 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/available HTTP/1.1 403 Forbidden application/api-problem+json {
"detail": "Required role is missing",
"title": "Access forbidden",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}