This endpoint is only available for admins or drivers
Metadata
GET jobs
Endpoint
GET /api/v1/metadata/jobs
Parameters
Name | Description | Enum |
---|---|---|
by_company | Filter jobs by company | |
by_status | Filter jobs by status | ["active", "pending", "auction", "closed", "draft", "template", "ongoing", "completed"] |
by_title | Filter jobs by title |
Request
Route
GET /api/v1/metadata/jobs
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNTE5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTMwLCJleHAiOjE3NTExMDg1MzAsImp0aSI6IjdmZGYxNTM5LTYzYTctNDI0MS04YjgxLWE5MTE5YzI4ZjZiZSJ9.BBQe0noomENURFtyI0WekkeskZcaJmdg_wtOqxVtPNg
Host: example.org
Cookie:
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/"99654822da527c8f58bf09c915742bfa"
cache-control: max-age=0, private, must-revalidate
x-request-id: bb4efd4e-20e4-482d-bddb-84a60e19214e
x-runtime: 0.005951
content-length: 84
Body
{
"jobs": [
{
"id": 559,
"number": 28534559,
"title": "Dynamic Advertising Representative"
}
]
}