List job drivers(to get not only accepted drivers)
Jobs > Drivers
GET job drivers(job post)
Endpoint
GET /api/v1/job_posts/:id/job_drivers
Parameters
Name | Description |
---|---|
page | Page number |
per_page | Number of items per page |
Request
Route
GET /api/v1/job_posts/323/job_drivers
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMTYwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTIwLCJleHAiOjE3NTExMDg1MjAsImp0aSI6ImY4MzBlMGIyLWZiZGQtNDlmNy1hNmMyLTMxMzg1MTFjZDQ5NiJ9.LpiG52-ADbr6jvCXZe2dscDzoeQC4Jx3rEQxvDgbt5s
Host: example.org
Cookie:
Query Parameters
{}=
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: 4
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"c4ece89e94c11fe58c3dfa26af8f16c0"
cache-control: max-age=0, private, must-revalidate
x-request-id: 39154c1f-0b2b-4ef3-9d99-26af3a5919b4
x-runtime: 0.033646
content-length: 1795
Body
{
"job_drivers": [
{
"id": 334,
"created_at": "2025-05-29T11:02:00.840Z",
"driver": {
"id": 1161,
"first_name": "Julissa",
"last_name": "Kshlerin",
"profile": {
"id": 543,
"english_level": "native",
"licenses": [
"c1",
"hiab"
],
"postcode": "B1 1AA",
"rating": {
"average": null,
"count": 0
}
},
"profile_id": 543,
"referral_code": "826177"
},
"ignore_reason": null,
"interviews": [
],
"kind": "accepted",
"kind_updated_by": null,
"updated_at": "2025-05-29T11:02:00.840Z",
"wage": {
"amount": "22.5",
"type": "fixed"
}
},
{
"id": 335,
"created_at": "2025-05-29T11:02:00.864Z",
"driver": {
"id": 1162,
"first_name": "Deadra",
"last_name": "Aufderhar",
"profile": {
"id": 544,
"english_level": "intermediate",
"licenses": [
"c1",
"b"
],
"postcode": "NG1 1AA",
"rating": {
"average": null,
"count": 0
}
},
"profile_id": 544,
"referral_code": "585896"
},
"ignore_reason": null,
"interviews": [
],
"kind": "accepted",
"kind_updated_by": null,
"updated_at": "2025-05-29T11:02:00.864Z",
"wage": {
"amount": "45.0",
"type": "fixed"
}
},
{
"id": 336,
"created_at": "2025-05-29T11:02:00.884Z",
"driver": {
"id": 1163,
"first_name": "Regenia",
"last_name": "Moen",
"profile": {
"id": 545,
"english_level": "native",
"licenses": [
"c",
"hiab"
],
"postcode": "M1 1AE",
"rating": {
"average": null,
"count": 0
}
},
"profile_id": 545,
"referral_code": "253321"
},
"ignore_reason": null,
"interviews": [
],
"kind": "accepted",
"kind_updated_by": null,
"updated_at": "2025-05-29T11:02:00.884Z",
"wage": {
"amount": "67.5",
"type": "fixed"
}
},
{
"id": 337,
"created_at": "2025-05-29T11:02:00.905Z",
"driver": {
"id": 1164,
"first_name": "Elsa",
"last_name": "Franecki",
"profile": {
"id": 546,
"english_level": "advanced",
"licenses": [
"hiab",
"c1"
],
"postcode": "L1 1AA",
"rating": {
"average": null,
"count": 0
}
},
"profile_id": 546,
"referral_code": "653535"
},
"ignore_reason": null,
"interviews": [
],
"kind": "accepted",
"kind_updated_by": null,
"updated_at": "2025-05-29T11:02:00.905Z",
"wage": {
"amount": "90.0",
"type": "fixed"
}
}
]
}