UpNext for Job Seeker

Get what's next for job seeker

Get Upcoming Shifts

GET https://www.ondemandstaffing.app/api/v1/bid/up_next_for_candidate

This endpoint allows you to get upnex shifts for each candidate.

Query Parameters

Name
Type
Description

tenant

string

The tenant key requesting the data.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down the user requesting.

{
    "count": 1,
    "shifts": [
        {
            "id": 154,
            "company_id": 4,
            "skill_id": 9,
            "notes": "html job description for the shift.",
            "gender": "Cualquier",
            "coherence": null,
            "created_at": "2020-09-13T15:14:57.991Z",
            "updated_at": "2020-10-28T17:24:02.976Z",
            "is_required_video": false,
            "pay_rate": "13.0",
            "pay_rate_effective_date": "2020-09-13T15:14:57.323Z",
            "title": "This is title of the job.",
            "client_name": false,
            "address_display": "full_address",
            "timesheets": "candidates",
            "hire_deadline": "2020-09-19T12:39:17.273Z",
            "preferred_hire": null,
            "beyond_preference": true,
            "slug": "this-is-title-of-the-job",
            "schedule_category": "short",
            "start_date": "2020-09-22",
            "end_date": "2020-10-29",
            "recurrence": {},
            "shift_details": {
                "status": "live",
                "address": "447 Broadway, New York, NY, USA",
                "latitude": "40.7206058",
                "longitude": "-74.0014893",
                "city_id": "4968.0",
                "country_id": "6.0",
                "access": 11,
                "pricing_id": "9",
                "price": "20.0",
                "contact_name": "Ash ",
                "contact_number": "3939393939393",
                "contact_email": "",
                "post_instruction": "Please come on time is the only instruction I will I've. ",
                "next_notif": "2020-09-13T12:14:57.323-03:00",
                "timezo": "America/New_York"
            },
            "camp_custom_values": null,
            "address": "447 Broadway, New York, NY, USA",
            "latitude": 40.7206058,
            "longitude": -74.0014893,
            "position": 1,
            "order_status": "live",
            "client_applicant_access": false,
            "is_public": true,
            "outreach_status": "sourcing",
            "pricing_id": 9,
            "estimated_weekly_hours": null,
            "order_importance": 0,
            "misc_info": {},
            "actributions": {
                "owner": {},
                "fallback": {},
                "subscribers": [],
                "sourcer": {}
            },
            "owner_code": null,
            "is_remote": false,
            "simple_notes": "sadfasfadsf",
            "campaign_id": 34,
            "status": "live",
            "start": "2020-10-28T09:30:00.000Z",
            "end": "2020-10-28T18:00:00.000Z",
            "open": 0,
            "country_id": 6,
            "city_id": 4968,
            "price": "20.0",
            "contact_name": "Ash ",
            "contact_number": "3939393939393",
            "contact_email": null,
            "post_instruction": "Please come on time is the only instruction I will I've. ",
            "timezo": "America/New_York",
            "next_action": "Check-in"
        }
    ],
    "status": "success"
}

Last updated

Was this helpful?