Timesheets

Get job counters

GET timesheet counters

Endpoint

GET /api/v1/timesheets/counters

Request

Route

GET /api/v1/timesheets/counters

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNjUzIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTQ4LCJleHAiOjE3NDUwNTY5NDgsImp0aSI6IjVjYjQ3MGQzLTNhYTUtNDhhYS1iMzNmLWViZTdlMTM1NTA5NSJ9.Pg96-vlBxgJmRPfL67tgPiUMSjesnqOs0x_YOUgZbw8
Host: example.org
Cookie: 

Query Parameters

{}=

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"fd5af8a42539bc533c05973b1e46b905"
cache-control: max-age=0, private, must-revalidate
x-request-id: 487710d9-e504-47c2-b319-28eefe8d6a40
x-runtime: 0.028711
content-length: 48

Body

{
  "all": 1,
  "amends": 1,
  "in_progress": 0,
  "deleted": 0
}