Jobs

Get job counters

GET job counters

Endpoint

GET /api/v1/jobs/counters

Request

Route

GET /api/v1/jobs/counters?by_company=544

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNDM2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTgzLCJleHAiOjE3NDAxNDM1ODMsImp0aSI6IjRiMDY2ZDc4LWJhMTgtNGE1Zi04NDZhLTBhYzc0ZDY3YzAyNSJ9.C1p9Spk-CGppOIibCPkZ6UEvqwTKdT06vfS1As0FxTE
Host: example.org
Cookie: 

Query Parameters

by_company=544

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: 795ebdaa-fc28-4424-bae5-37674a86aef0
x-runtime: 0.012200
content-length: 81

Body

{
  "all": 6,
  "active": 1,
  "pending": 1,
  "auction": 1,
  "closed": 3,
  "ongoing": 1,
  "completed": 1
}