Get job counters
Timesheets
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.eyJzdWIiOiIxNjYzIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDczLCJleHAiOjE3NjM1NDI0NzMsImp0aSI6IjgwMGY2NGI2LTlmMzQtNDU0Ni05OTdkLTAyNWJjODk5MmJkYiJ9.ownqfSAspTIrGVtGd8xQip8V-oLaGXNGVGZIGLT1Nt8
Host: example.org
Cookie:
Query Parameters
{}=
Body
{
}
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: e875aced-302c-488b-b4a0-16f36ea6b722
x-runtime: 0.005657
content-length: 48
Body
{
"all": 1,
"amends": 1,
"in_progress": 0,
"deleted": 0
}