API Reference

Timesheets API

API reference for retrieving timesheet aggregates via the Dime.Sheets public API.

Timesheets API

The Timesheets public API provides read-only access to timesheet aggregates.

Get a timesheet

GET /api/v1/timesheets/{id}

Returns the weekly timesheet view for the given timesheet ID. The response includes the timesheet status, associated time entries, and summary totals.

Path parameters

ParameterTypeDescription
idintTimesheet ID

Example request

curl "https://app.dimesheets.com/api/v1/timesheets/12" \
  -H "X-API-KEY: {your-api-key}"

Timesheet statuses

ValueNameDescription
0DraftInitial state, entries can be edited
1SubmittedSent for approval
2ApprovedApproved by a project manager
3RejectedRejected, returned to the user
4ReleasedHanded off to an external system (ERP, payroll)