Get job counters
Jobs
GET job counters
Endpoint
GET /api/v1/jobs/counters
Request
Route
GET /api/v1/jobs/counters?by_company=552
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNDY2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjEyLCJleHAiOjE3NTU4NTgyMTIsImp0aSI6IjAxMjI5YzU1LTQ2YjgtNGQ2MS04NmY1LTFmNTgxMjgyNWEzNiJ9.P_FWsYEMGDmSj_PcxflNRkLaAV31BXNqNY8pUjghSnI
Host: example.org
Cookie:
Query Parameters
by_company=552
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/"c00e8975493ddbb97442766fa5665f1e"
cache-control: max-age=0, private, must-revalidate
x-request-id: d7047a41-85a9-4883-9659-be997e57d3db
x-runtime: 0.023648
content-length: 81
Body
{
"all": 6,
"active": 1,
"pending": 1,
"auction": 1,
"closed": 3,
"ongoing": 1,
"completed": 1
}