Create Protect Investigation PDF

Creates a PDF that shows the full report for the selected entities. This report will include search criteria used, user, time/date stamp and full World Compliance Report. It is recommended to call this endpoint before adding InvestigationRecords to an Investigation, as only non-processed alerts populate the PDF.

SecuritybearerToken
Request
path Parameters
investigationId
required
string <guid>
Request Body schema: application/json
required
recordIds
Array of integers <int32>
Responses
200
404
post/protect/investigations/{investigationId}/file
Request samples
application/json
{
  • "recordIds": [
    ]
}
Response samples
application/json
{
  • "filePath": "string"
}