Job Seeker Specific Shift records
Get records of shifts for a specific job seeker.
Get Job Records
GET
https://ondemandstaffing.app/api/v1/shifts/specific_shift_records/
This endpoint allows you to get shifts status in context of a specific job seeker.
Query Parameters
Name
Type
Description
tenant
string
Tenant who is making this call.
shifts
array
Array or string of shift ids that we need status for this specific job seeker.
Headers
Name
Type
Description
Authentication
string
Authentication token for the current user. Must be a job seeker.
{
"status": 200,
"data": {
"opertaion_status": "success",
"shifts": [
{
"id": 848,
"company_id": 1486,
"skill_id": 20,
"notes": "Hello Test 123 alpha and omega.",
"gender": "Cualquier",
"coherence": null,
"created_at": "2020-05-06T18:27:57.593Z",
"updated_at": "2020-05-06T18:54:38.366Z",
"is_required_video": false,
"charge_rate": "20.0",
"charge_rate_effective_date": "2020-05-06T18:27:57.845Z",
"pay_rate": "15.0",
"pay_rate_effective_date": null,
"admins": null,
"title": "My admin title is here",
"radius": null,
"client_name": null,
"address_display": null,
"timesheets": null,
"hire_deadline": null,
"slug": null,
"shift": {
"id": 2203,
"campaign_id": 848,
"position": 2,
"address": "229 Broadway, New York, NY, USA",
"latitude": 40.6957921,
"longitude": -73.9331318,
"status": "live",
"start": "2020-05-08T09:30:00.000Z",
"end": "2020-05-08T18:00:00.000Z",
"created_at": "2020-05-06T18:27:57.767Z",
"updated_at": "2020-05-06T18:38:11.809Z",
"open": 0,
"access": "11.0",
"access_time": null,
"due": null,
"payable": null,
"paid": null,
"income_id": null,
"country_id": 6,
"city_id": 4961,
"price": "20.0",
"pricing_id": 49,
"net_payable": null,
"contact_name": null,
"contact_number": null,
"contact_email": null,
"post_instruction": null,
"timezo": null
},
"tender": {
"id": 46776,
"shift_id": 2203,
"freelancer_id": 41301,
"status": "accepted",
"remark": null,
"price": "15.0",
"created_at": "2020-05-06T18:38:05.464Z",
"updated_at": "2020-05-06T18:38:11.813Z",
"preference_rank": null,
"preference_description": null,
"attributes_rank": null,
"attributes_description": null,
"availability_freshness": null,
"notification": "pending"
},
"report": {}
},
{
"id": 848,
"company_id": 1486,
"skill_id": 20,
"notes": "Hello Test 123 alpha and omega.",
"gender": "Cualquier",
"coherence": null,
"created_at": "2020-05-06T18:27:57.593Z",
"updated_at": "2020-05-06T18:54:38.366Z",
"is_required_video": false,
"charge_rate": "20.0",
"charge_rate_effective_date": "2020-05-06T18:27:57.845Z",
"pay_rate": "15.0",
"pay_rate_effective_date": null,
"admins": null,
"title": "My admin title is here",
"radius": null,
"client_name": null,
"address_display": null,
"timesheets": null,
"hire_deadline": null,
"slug": null,
"shift": {
"id": 2204,
"campaign_id": 848,
"position": 2,
"address": "229 Broadway, New York, NY, USA",
"latitude": 40.6957921,
"longitude": -73.9331318,
"status": "live",
"start": "2020-05-12T09:30:00.000Z",
"end": "2020-05-12T18:00:00.000Z",
"created_at": "2020-05-06T18:27:57.796Z",
"updated_at": "2020-05-06T18:46:38.191Z",
"open": 1,
"access": "11.0",
"access_time": null,
"due": null,
"payable": null,
"paid": null,
"income_id": null,
"country_id": 6,
"city_id": 4961,
"price": "20.0",
"pricing_id": 49,
"net_payable": null,
"contact_name": null,
"contact_number": null,
"contact_email": null,
"post_instruction": null,
"timezo": null
},
"tender": {},
"report": {}
},
{
"id": 848,
"company_id": 1486,
"skill_id": 20,
"notes": "Hello Test 123 alpha and omega.",
"gender": "Cualquier",
"coherence": null,
"created_at": "2020-05-06T18:27:57.593Z",
"updated_at": "2020-05-06T18:54:38.366Z",
"is_required_video": false,
"charge_rate": "20.0",
"charge_rate_effective_date": "2020-05-06T18:27:57.845Z",
"pay_rate": "15.0",
"pay_rate_effective_date": null,
"admins": null,
"title": "My admin title is here",
"radius": null,
"client_name": null,
"address_display": null,
"timesheets": null,
"hire_deadline": null,
"slug": null,
"shift": {
"id": 2205,
"campaign_id": 848,
"position": 2,
"address": "229 Broadway, New York, NY, USA",
"latitude": 40.6957921,
"longitude": -73.9331318,
"status": "live",
"start": "2020-05-29T09:30:00.000Z",
"end": "2020-05-29T18:00:00.000Z",
"created_at": "2020-05-06T18:27:57.805Z",
"updated_at": "2020-05-06T18:37:14.509Z",
"open": 2,
"access": "11.0",
"access_time": null,
"due": null,
"payable": null,
"paid": null,
"income_id": null,
"country_id": 6,
"city_id": 4961,
"price": "20.0",
"pricing_id": 49,
"net_payable": null,
"contact_name": null,
"contact_number": null,
"contact_email": null,
"post_instruction": null,
"timezo": null
},
"tender": {},
"report": {}
}
]
},
"message": "Total Count 3"
}
{ "message": "Ain't no cake like that."}
Last updated
Was this helpful?