Time Requests¶
flowtask.components.Workday.types.time_requests
¶
TimeRequestType
¶
Bases: WorkdayTypeBase
Handles Get_Time_Requests operation for Workday Time Tracking API.
get_time_request_by_id
async
¶
Get a specific time request by ID.
get_time_requests_by_date_range
async
¶
Get all time requests within a date range.
get_time_requests_by_organization
async
¶
Get time requests for a specific organization within an optional date range.
get_time_requests_by_worker
async
¶
Get time requests for a specific worker within an optional date range.