/api/customers/K0002/blacklist-profiles HTTP/1.1 200 OK
with following body:
{
"href": "/api/customers/K0002/blacklist-profiles?_offset=0&_pagesize=16",
"total": 6,
"size": 6,
"offset": 0,
"items": [{
"href": "/api/customers/K0002/blacklist-profiles/123",
"data": [{
"name": "name",
"value": "Test Blacklist Profile"
}]
}, {
"data": [{
"name": "name",
"value": "Custom"
}]
}, {
"data": [{
"name": "name",
"value": "Intern"
}]
}, {
"data": [{
"name": "name",
"value": "International"
}]
}, {
"data": [{
"name": "name",
"value": "Local"
}]
}, {
"data": [{
"name": "name",
"value": "National"
}]
}, {
"data": [{
"name": "name",
"value": "Custom"
}]
}]
}
/api/customers/K0002/blacklist-profiles?_q=nation HTTP/1.1 200 OK
with following body:
{
"href": "/api/customers/K0002/blacklist-profiles?_offset=0&_pagesize=16&_q=nation",
"total": 2,
"size": 2,
"offset": 0,
"items": [{
"data": [{
"name": "name",
"value": "International"
}]
}, {
"data": [{
"name": "name",
"value": "National"
}]
}]
}
/api/customers/K0404/blacklist-profiles HTTP/1.1 404 Not Found
with following body:
{
"described_by": "http://api.nfon.net/probs/customer-not-found",
"title": "Customer not found",
"detail": "Customer with identifier K0404 has not been found"
}
/api/customers/K0002/blacklist-profiles 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/blacklist-profiles 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/blacklist-profiles 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"
}