Add Investigations Records

Requires the 'Investigation Id' in path, followed by 'Record Id' in the request body to add a record to the previously created Investigation.

By adding InvestigationRecords you are confirming that the result is a match to your search criteria.

To return to the original Investigation search to allocate other records, use "GET Investigation results by ID.".

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