List timesheets for an employee
Returns a paginated list of timesheets for a specific employee. Supports the same date and pagination filters as GET /timesheets. Can be further narrowed to a single pay period using payPeriodId, which overrides date filters and returns all timesheets within that pay period.
Documentation Index
Fetch the complete documentation index at: https://docs.simplifi.work/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Access token obtained from /oauth/token. Pass as Authorization: Bearer {token}
Path Parameters
The unique identifier of the employee
"2095_1144974"
Query Parameters
Filter timesheets to a specific pay period by its ID. When provided, dateFrom and dateTo are ignored and all timesheets within the pay period are returned.
"2106_898371"
Filter timesheets on or after this date (YYYY-MM-DD). Defaults to today if not provided. Ignored when payPeriodId is specified.
"2026-04-01"
Filter timesheets up to and including this date (YYYY-MM-DD). Ignored when payPeriodId is specified.
"2026-04-30"
The page number to return. Defaults to 1.
x >= 11
The number of records per page. Defaults to the system default page size if not provided.
x >= 1200

.png?fit=max&auto=format&n=fTXEPIUfjW4rC1Pi&q=85&s=85d7b852879d29ad2bde9b743307ab0e)