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"
  ]
}
{
  "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"
}

Body parameters

assigned_to_member_id
integer
categories
string[]

Possible values: “pep” | “rca” | “sip” | “sie” | “rca_pep” | “rca_sip” | “rca_sie”

creation_date_from
string

Format 2022-10-11T00:00:00+02:00

creation_date_to
string

Format 2022-10-11T00:00:00+02:00

external_id
string
id
string
last_update_from
string

Format 2022-10-11T00:00:00+02:00

last_update_to
string

Format 2022-10-11T00:00:00+02:00

limit
integer
name
string
offset
integer
only_without_assignment
boolean
only_without_review_groups
boolean
order_by
AlertSearchDTOOrderBy
order_way
AlertSearchDTOOrderWay
review_groups
string[]
sanction_list_id
integer
sanction_list_str
string
score_from
integer
score_to
integer
states
integer[]

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

data
AlertWithLastRevision[]
total
integer
{
  "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"
}