Jobs

List jobs with specified status

GET jobs(admin)

Endpoint

GET /api/v1/jobs

Parameters

Name Description In
by_status Status of jobs ["active", "pending", "auction", "closed", "draft", "template", "ongoing", "completed"]
by_title Search by title
latitude Latitude
longitude Longitude
order_by Order by field ["created_at desc", "created_at", "start_date"]
page Page number
per_page Number of items per page
by_company Filter by company

Request

Route

GET /api/v1/jobs?by_company=447

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjYxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTc5LCJleHAiOjE3NDAxNDM1NzksImp0aSI6IjJmMGI0MjAyLTA3NDctNDU0ZC1hY2FlLTIwMGM0ZmVjMWVhMSJ9.5RiI7JO7dY9qiK5A8-mMoi9JzlqCuEtzmGeTYjJXBGA
Host: example.org
Cookie: 

Query Parameters

by_company=447

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
per-page: 20
total: 3
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"0bb37dc59261bc9f23524a4bfc504806"
cache-control: max-age=0, private, must-revalidate
x-request-id: 6f14f253-bf0b-4e7b-9eab-632c391dbd7e
x-runtime: 0.013930
content-length: 850

Body

{
  "jobs": [
    {
      "id": 420,
      "auction_drivers_count": 0,
      "company_id": 447,
      "company_name": "Jast-Kertzmann",
      "compliance_drivers_count": 0,
      "first_round_drivers_count": 0,
      "ignored_drivers_count": 0,
      "number": 46324801,
      "published_at": "2025-01-21T12:12:59.725Z",
      "timer": 86400,
      "title": "Product Banking Producer"
    },
    {
      "id": 421,
      "auction_drivers_count": 0,
      "company_id": 447,
      "company_name": "Jast-Kertzmann",
      "compliance_drivers_count": 0,
      "first_round_drivers_count": 0,
      "ignored_drivers_count": 0,
      "number": 98221348,
      "published_at": "2025-01-21T12:12:59.731Z",
      "timer": 86400,
      "title": "Forward Healthcare Developer"
    },
    {
      "id": 422,
      "auction_drivers_count": 0,
      "company_id": 447,
      "company_name": "Jast-Kertzmann",
      "compliance_drivers_count": 0,
      "first_round_drivers_count": 0,
      "ignored_drivers_count": 0,
      "number": 47912169,
      "published_at": "2025-01-21T12:12:59.736Z",
      "timer": 86400,
      "title": "Construction Analyst"
    }
  ]
}