/api/operators/C0002/rating-profiles
HTTP/1.1 200 OK
{
"href": "/api/operators/C0002/rating-profiles?_offset=0&_pagesize=16",
"offset": 0,
"total": 3,
"size": 3,
"links": [{
"rel": "availableRatingProfiles",
"href": "/api/operators/C0002/rating-profiles/available"
}],
"items": [{
"href": "/api/operators/C0002/rating-profiles/58",
"links": [],
"data": [{
"name": "name",
"value": "58"
}, {
"name": "description",
"value": "description 58"
}]
}, {
"href": "/api/operators/C0002/rating-profiles/8",
"links": [],
"data": [{
"name": "name",
"value": "8"
}, {
"name": "description",
"value": "description 8"
}]
}, {
"href": "/api/operators/C0002/rating-profiles/Rating%20Profile%201",
"links": [],
"data": [{
"name": "name",
"value": "Rating Profile 1"
}, {
"name": "description",
"value": "Rating Profile Description 1"
}]
}]
}
/api/operators/C0002/rating-profiles?_q=8
HTTP/1.1 200 OK
{
"href": "/api/operators/C0002/rating-profiles?_offset=0&_pagesize=16&_q=8",
"offset": 0,
"total": 2,
"size": 2,
"links": [{
"rel": "availableRatingProfiles",
"href": "/api/operators/C0002/rating-profiles/available"
}],
"items": [{
"href": "/api/operators/C0002/rating-profiles/58",
"links": [],
"data": [{
"name": "name",
"value": "58"
}, {
"name": "description",
"value": "description 58"
}]
}, {
"href": "/api/operators/C0002/rating-profiles/8",
"links": [],
"data": [{
"name": "name",
"value": "8"
}, {
"name": "description",
"value": "description 8"
}]
}]
}
/api/operators/C0002/rating-profiles?_offset=2
HTTP/1.1 200 OK
{
"href": "/api/operators/C0002/rating-profiles?_offset=2&_pagesize=16",
"offset": 2,
"total": 3,
"size": 1,
"links": [{
"rel": "first",
"href": "/api/operators/C0002/rating-profiles?_offset=0&_pagesize=16"
}, {
"rel": "prev",
"href": "/api/operators/C0002/rating-profiles?_offset=0&_pagesize=16"
}, {
"rel": "last",
"href": "/api/operators/C0002/rating-profiles?_offset=2&_pagesize=16"
}, {
"rel": "availableRatingProfiles",
"href": "/api/operators/C0002/rating-profiles/available"
}],
"items": [{
"href": "/api/operators/C0002/rating-profiles/Rating%20Profile%201",
"links": [],
"data": [{
"name": "name",
"value": "Rating Profile 1"
}, {
"name": "description",
"value": "Rating Profile Description 1"
}]
}]
}
/api/operators/C404/rating-profiles 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 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 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"
}