Get time card data by pay period
Fetch all timecards for a specified pay period start date. Optionally, filter by employee Airtable ID.
Request parameters
Responses
[
{
"employeeAirtableId": "example",
"employeeName": "example",
"days": [
{
"date": "1970-01-14",
"payCode": "example",
"variableHoursOff": 87,
"notes": "example"
}
]
}
]
Authentication
Use a bearer token for authentication. The API key can be found in our Firestore collection.
09 December 2024