# Timesheets **GET /2023-03-01/xhr/timesheets** Retrieve Timesheets ## Servers - Production server (EU): https://api.affixapi.com (Production server (EU)) - Development server (EU): https://dev.api.affixapi.com (Development server (EU)) ## Authentication methods - Access token ## Parameters ### Query parameters - **start_date** (string(date)) The start date of the search period - **end_date** (string(date)) The end date of the search period ## Responses ### 200 Success #### Body: application/json (array[object]) - **id** (string) The Affix-assigned id of the time off entry - **remote_id** (string) the remote system-assigned id of the time off entry - **employee_id** (string) the Affix-assigned id of the individual - **employee_remote_id** (string) the remote system-assigned id of the individual - **start_time** (string(date-time) | null) - **end_time** (string(date-time) | null) - **hours_worked** (number) - **remote_created_at** (string(date) | null) - **remote_modified_at** (string(date) | null) ### 202 Accepted + pending (async job started) #### Headers - **Retry-After** (integer) Retry your call after the specified amount of seconds #### Body: application/json (object) - **message** (string) ### 401 Authentication Error #### Body: application/json (object) - **error** (string) The type of error - **message** (string) A descriptive description of the error - **code** (string) ### 429 Rate Limited / Too Many Requests #### Headers - **Retry-After** (integer) Retry your call after the specified amount of seconds #### Body: application/json (object) - **message** (string) ### 500 Server Error #### Body: application/json (object) - **message** (string) ### 501 Not Implemented #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)