TimeAttestationPrompts
Retrieves a collection of time attestation prompts for a time clock event.
Workday Resource Information
Retrieves a collection of time attestation prompts. These are the prompts workers need to answer for a time clock event.Secured by: Process: Time Clock Event REST API's
Scope: Time Tracking
Columns
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id Pattern: ^(?:(?:[0-9a-f]{32})|(?:[0-9]+\$[0-9]+)|(\S+=\S+))$ |
| Blocking | Bool | The time attestation prompt is blocking the creation of the time clock event so that the worker can't check in or out. |
| Descriptor | String | The display name of the instance |
| Order | String | The order of the time attestation prompt. |
| Required | Bool | The time attestation prompt is required to be answered for the time clock event. |
| RequiresComment | Bool | A comment is required when creating the worker time attestation for the time attestation prompt. |
| TimeRemaining | String | A message indicating the time remaining on the worker's meal or break. |
| DateTime_Prompt | Date | The date and time of the simulated time clock event using the yyyy-mm-ddThh:mm:ss.sss format. |
| EventType_Prompt | String | The Workday ID of the event type for the simulated time clock event. |
| TimeZone_Prompt | String | The Workday ID of the time zone for the simulated time clock event. |
| Worker_Prompt | String | The Workday ID of the worker for the simulated time clock event. |