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
only_without_review_groups
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
Overall match score between 0 and 100
PEP, SAN, SIP, RCA_SIP, etc
{
  "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"
}