The Timekeeping API provides access to instructor time records and paid activity data from flaik. This enables seamless integration with payroll systems, labor reporting tools, and workforce analytics platforms.
Authentication
All Timekeeping endpoints require authentication. Include your access token in the Authorization header:
GET {api-url}/api/timekeeping/paidactivities/paidactivitiesbydaterange?seasonId=17&startDate=2024-07-22&endDate=2024-07-25&updatedAfterLocalDateTime=2024-07-22T00:00:00
Authorization: Bearer {access_token}