List All Protect Investigations

Endpoint to return all investigations. Filter response by using query parameters. Use the alertsCount parameter to only return Investigations with alerts greater than the supplied value.

SecuritybearerToken
Request
query Parameters
scheduled
boolean
alertsCount
integer or null <int32>
type
string
Enum: "business" "individual"
q
string

Keyword search: It searches in the 'name' fields of the investigation.

order
string
Enum: "asc" "desc"
orderBy
string
Enum: "alertCount" "city" "country" "createdAt" "dateOfBirth" "name" "profile" "province" "searchAt" "street"
page
integer
Default: 1

Starting page number.

pageSize
integer

Number of items to return per Page.

Responses
200

Successful

400

Bad Request

401

Invalid Token

get/protect/investigations
Request samples
Response samples
application/json
[
  • {
    }
]