Get job counters
Jobs
GET job counters
Endpoint
GET /api/v1/jobs/counters
Request
Route
GET /api/v1/jobs/counters?by_company=545
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNDQ4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTQxLCJleHAiOjE3NDUwNTY5NDEsImp0aSI6IjUxYzAwODk1LWM5NjctNGY2MS1iN2RkLTBkNjYxNDNkMDA4MSJ9.h4tvMhbf_XrnX36EheuTDtmjGymA_C8d8S_qUnFqFpI
Host: example.org
Cookie:
Query Parameters
by_company=545
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/"c00e8975493ddbb97442766fa5665f1e"
cache-control: max-age=0, private, must-revalidate
x-request-id: 77b23327-78ed-4814-8698-35f51825436f
x-runtime: 0.011332
content-length: 81
Body
{
"all": 6,
"active": 1,
"pending": 1,
"auction": 1,
"closed": 3,
"ongoing": 1,
"completed": 1
}