Endpoint to retrieve a specific Schedule by Id. A Schedule Id can be retrieved from the associated Investigation.
{- "correlationId": "string",
- "id": "string",
- "customerId": 0,
- "userId": 0,
- "investigationId": "string",
- "investigation": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "userId": 0,
- "customerId": 0,
- "query": {
- "type": "Business",
- "name": "string",
- "houseNo": "string",
- "street": "string",
- "province": "string",
- "city": "string",
- "postCode": "string",
- "countryCode": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "generation": "string",
- "dateOfBirth": "string",
- "nationalId": "string",
- "citizenship": "string",
- "phoneNo": "string",
- "searchName": "string",
- "screeningThreshold": 0,
- "source": "string"
}, - "scheduleId": "string",
- "scheduledOn": "2019-08-24T14:15:22Z",
- "profileId": "string",
- "profileName": "string",
- "alertCreatedAt": "2019-08-24T14:15:22Z",
- "alertsCount": 0,
- "noteCount": 0,
- "assignedRisk": "noRisk",
- "investigationName": "string",
- "currentAlert": {
- "id": "string",
- "status": "string",
- "alertCount": 0,
- "totalRecordCount": 0,
- "unprocessedRecordCount": 0,
- "resultId": 0,
- "screeningThreshold": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "alertType": "string"
}, - "status": "string"
}, - "frequency": "Daily",
- "screeningThreshold": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "isEmailRequired": true,
- "isDisabled": true
}