Retrieve Schedule By Id

Endpoint to retrieve a specific Schedule by Id. A Schedule Id can be retrieved from the associated Investigation.

SecuritybearerToken
Request
path Parameters
id
required
string

Enter the schedule id.

Responses
200
404
get/protect/schedules/{id}
Request samples
Response samples
application/json
{
  • "correlationId": "string",
  • "id": "string",
  • "customerId": 0,
  • "userId": 0,
  • "investigationId": "string",
  • "investigation": {
    },
  • "frequency": "Daily",
  • "screeningThreshold": 0,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "isEmailRequired": true,
  • "isDisabled": true
}