Jobs

Get job counters

GET job counters

Endpoint

GET /api/v1/jobs/counters

Request

Route

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

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNDQ1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDY2LCJleHAiOjE3NjM1NDI0NjYsImp0aSI6IjE0YWM3MmRkLTI4ODUtNDk5ZC1hODFmLWZlNGM0MTk4YjAwNSJ9.1bucfIBrvbw08_81wwm13SNQK4DY1NxX_UjLtKm2r-Q
Host: example.org
Cookie: 

Query Parameters

by_company=547

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: aed10622-0dcd-4dd5-9da7-c1733593ee4b
x-runtime: 0.011900
content-length: 81

Body

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