{
"assigned_to_member_id": "integer",
"categories": [
"string"
],
"creation_date_from": "string",
"creation_date_to": "string",
"external_id": "string",
"id": "string",
"last_update_from": "string",
"last_update_to": "string",
"limit": "integer",
"name": "string",
"offset": "integer",
"only_without_assignment": "boolean",
"only_without_review_groups": "boolean",
"order_by": {},
"order_way": {},
"review_groups": [
"string"
],
"sanction_list_id": "integer",
"sanction_list_str": "string",
"score_from": "integer",
"score_to": "integer",
"states": [
"integer"
]
}
const response = await fetch(
"POST /api/v1/alerts/search",
{
method: "post",
headers: {
"Content-Type": "application/json",
"Authorization": `Bearer {token}`
},
body: JSON.stringify({
"assigned_to_member_id": "integer",
"categories": [
"string"
],
"creation_date_from": "string",
"creation_date_to": "string",
"external_id": "string",
"id": "string",
"last_update_from": "string",
"last_update_to": "string",
"limit": "integer",
"name": "string",
"offset": "integer",
"only_without_assignment": "boolean",
"only_without_review_groups": "boolean",
"order_by": {},
"order_way": {},
"review_groups": [
"string"
],
"sanction_list_id": "integer",
"sanction_list_str": "string",
"score_from": "integer",
"score_to": "integer",
"states": [
"integer"
]
})
}
);
{
"data": [
{
"created_at": "string",
"customer_external_id": "string",
"id": "string",
"last_revision": {
"agent_id": "string",
"comment": "string",
"created_at": "string",
"customer_revision_id": "string",
"id": "string",
"profile_date": "integer",
"revision_number": "integer",
"score": "integer",
"state": "integer",
"top_category": "string"
},
"profile_number": "string"
}
],
"total": "integer"
}
{
"errors": [
{
"code": "string",
"deprecated": "boolean",
"message": "string",
"will_be_deprecated": "boolean"
}
]
}
Go!Scan
Search alerts
Searches for alerts that match the input.
POST
/
api
/
v1
/
alerts
/
search
{
"assigned_to_member_id": "integer",
"categories": [
"string"
],
"creation_date_from": "string",
"creation_date_to": "string",
"external_id": "string",
"id": "string",
"last_update_from": "string",
"last_update_to": "string",
"limit": "integer",
"name": "string",
"offset": "integer",
"only_without_assignment": "boolean",
"only_without_review_groups": "boolean",
"order_by": {},
"order_way": {},
"review_groups": [
"string"
],
"sanction_list_id": "integer",
"sanction_list_str": "string",
"score_from": "integer",
"score_to": "integer",
"states": [
"integer"
]
}
const response = await fetch(
"POST /api/v1/alerts/search",
{
method: "post",
headers: {
"Content-Type": "application/json",
"Authorization": `Bearer {token}`
},
body: JSON.stringify({
"assigned_to_member_id": "integer",
"categories": [
"string"
],
"creation_date_from": "string",
"creation_date_to": "string",
"external_id": "string",
"id": "string",
"last_update_from": "string",
"last_update_to": "string",
"limit": "integer",
"name": "string",
"offset": "integer",
"only_without_assignment": "boolean",
"only_without_review_groups": "boolean",
"order_by": {},
"order_way": {},
"review_groups": [
"string"
],
"sanction_list_id": "integer",
"sanction_list_str": "string",
"score_from": "integer",
"score_to": "integer",
"states": [
"integer"
]
})
}
);
{
"data": [
{
"created_at": "string",
"customer_external_id": "string",
"id": "string",
"last_revision": {
"agent_id": "string",
"comment": "string",
"created_at": "string",
"customer_revision_id": "string",
"id": "string",
"profile_date": "integer",
"revision_number": "integer",
"score": "integer",
"state": "integer",
"top_category": "string"
},
"profile_number": "string"
}
],
"total": "integer"
}
{
"errors": [
{
"code": "string",
"deprecated": "boolean",
"message": "string",
"will_be_deprecated": "boolean"
}
]
}
Body parameters
Possible values: “pep” | “rca” | “sip” | “sie” | “rca_pep” | “rca_sip” | “rca_sie”
Format 2022-10-11T00:00:00+02:00
Format 2022-10-11T00:00:00+02:00
Format 2022-10-11T00:00:00+02:00
Format 2022-10-11T00:00:00+02:00
Show properties
Show properties
Show properties
Show properties
Possible states: 1 (Unknown), 2 (New), 3 (Pending Information), 4 (True Hit), 5 (True Hit Accepted), 6 (True Hit Rejected), 7 (False Positive)
Response body
- 200
- default
Show properties
Show properties
{
"assigned_to_member_id": "integer",
"categories": [
"string"
],
"creation_date_from": "string",
"creation_date_to": "string",
"external_id": "string",
"id": "string",
"last_update_from": "string",
"last_update_to": "string",
"limit": "integer",
"name": "string",
"offset": "integer",
"only_without_assignment": "boolean",
"only_without_review_groups": "boolean",
"order_by": {},
"order_way": {},
"review_groups": [
"string"
],
"sanction_list_id": "integer",
"sanction_list_str": "string",
"score_from": "integer",
"score_to": "integer",
"states": [
"integer"
]
}
const response = await fetch(
"POST /api/v1/alerts/search",
{
method: "post",
headers: {
"Content-Type": "application/json",
"Authorization": `Bearer {token}`
},
body: JSON.stringify({
"assigned_to_member_id": "integer",
"categories": [
"string"
],
"creation_date_from": "string",
"creation_date_to": "string",
"external_id": "string",
"id": "string",
"last_update_from": "string",
"last_update_to": "string",
"limit": "integer",
"name": "string",
"offset": "integer",
"only_without_assignment": "boolean",
"only_without_review_groups": "boolean",
"order_by": {},
"order_way": {},
"review_groups": [
"string"
],
"sanction_list_id": "integer",
"sanction_list_str": "string",
"score_from": "integer",
"score_to": "integer",
"states": [
"integer"
]
})
}
);
{
"data": [
{
"created_at": "string",
"customer_external_id": "string",
"id": "string",
"last_revision": {
"agent_id": "string",
"comment": "string",
"created_at": "string",
"customer_revision_id": "string",
"id": "string",
"profile_date": "integer",
"revision_number": "integer",
"score": "integer",
"state": "integer",
"top_category": "string"
},
"profile_number": "string"
}
],
"total": "integer"
}
{
"errors": [
{
"code": "string",
"deprecated": "boolean",
"message": "string",
"will_be_deprecated": "boolean"
}
]
}
⌘I