EaserixDocs
DevelopersAPI referenceCronCrunchReports

Time summary

Totals over the caller's OWN completed entries only (running excluded); sharing a project never adds a teammate's hours here. amount sums seconds/3600 x project hourlyRate over billable entries. byProject and byDay arrays are unordered.

View as Markdown
GET
/v1/reports/summary
AuthorizationBearer <token>

In: header

Query Parameters

from?string
Formatdate-time
to?string
Formatdate-time

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/reports/summary"
{  "totalSeconds": 0,  "billableSeconds": 0,  "amount": 0,  "byProject": [    {      "projectId": "string",      "name": "string",      "color": "string",      "seconds": 0    }  ],  "byDay": [    {      "date": "string",      "seconds": 0    }  ]}