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.eyJzdWIiOiIxNDY2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTI4LCJleHAiOjE3NTExMDg1MjgsImp0aSI6ImFjMGY3MWExLTcxZjYtNDJkMi1iNzAxLTUyZjBjZjI0YzgxOCJ9.xG0sW7_01QsU3-xdpJA2hqi29hGBq9GY6ClDlSHkp2E
Host: example.org
Cookie:
Query Parameters
by_company=552
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: 265c671d-6feb-4f99-a572-4bb301a99674
x-runtime: 0.011428
content-length: 81
Body
{
"all": 6,
"active": 1,
"pending": 1,
"auction": 1,
"closed": 3,
"ongoing": 1,
"completed": 1
}