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.eyJzdWIiOiIxNjg0Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjIyLCJleHAiOjE3NTU4NTgyMjIsImp0aSI6IjQ4MTVlNzMxLWJmOTctNDFlNy1hZTYxLWM1ZjM1MThjY2Q0MSJ9.bmLutRCpLY1yW2f76UZrHKCk1zoqDGG2f73k5-W1ydI
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: 4b05e71f-f36e-4eaf-8063-7c0281f370d7
x-runtime: 0.007176
content-length: 48
Body
{
"all": 1,
"amends": 1,
"in_progress": 0,
"deleted": 0
}