Query parameters
-
start_date
string(date) Required The start date of the search period
-
end_date
string(date) Required The end date of the search period
GET
/2023-03-01/xhr/timesheets
curl \
--request GET 'https://api.affixapi.com/2023-03-01/xhr/timesheets?start_date=2021-01-01&end_date=2021-12-31' \
--header "Authorization: $API_KEY"
Response examples (200)
[
{
"id": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
"remote_id": "19202938",
"employee_id": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
"employee_remote_id": "19202938",
"start_time": "2020-10-11T08:00:00Z",
"end_time": "2020-10-11T17:00:00Z",
"hours_worked": 8,
"remote_created_at": "2020-10-11",
"remote_modified_at": "2020-10-12"
}
]
Response examples (202)
# Headers
Retry-After: 42
# Payload
{
"message": "string"
}
Response examples (401)
{
"error": "authentication_error",
"message": "Your password is incorrect",
"code": "incorrect_username_or_password"
}
Response examples (429)
# Headers
Retry-After: 42
# Payload
{
"message": "string"
}
Response examples (500)
{
"message": "string"
}
Response examples (501)
{
"message": "string"
}