List Investigations In A Profile.

Endpoint to retrieve all Investigations associated with a specific Profile.

SecuritybearerToken
Request
path Parameters
profileId
required
string <guid>
query Parameters
object (Connect.Protect.CreateInvestigationQueryDto)
page
integer
Default: 1

Starting page number.

pageSize
integer

Number of items to return per Page.

Responses
200
404
get/protect/profiles/{profileId}/investigations
Request samples
Response samples
application/json
[
  • {
    }
]