Skip to main content

Get shift fulfilment data for a specific employer

POST 
/v1/reporting/:employer_id/reports/shift_fulfilment

Retrieves shift fulfilment data with optional filtering by date range, venue, role, and worker type

Request

Path Parameters

    employer_id stringrequired

    Use me (recommended) to resolve the employer associated with your OAuth credentials, or pass your numeric employer ID. The value must match the employer your token is issued for.

Query Parameters

    from_date stringrequired

    Start date for filtering (ISO 8601 format: YYYY-MM-DD)

    to_date stringrequired

    End date for filtering (ISO 8601 format: YYYY-MM-DD)

Responses

Successfully retrieved shift fulfilment data

Schema

    request

    object

    employer_id int32
    deployment_code string
    from_date string
    to_date string

    venue_and_area_ids

    object[]

  • Array [

  • venue_id int32required

    The venue ID

    area_ids int32[]

    List of area IDs within this venue. Omit/empty = all areas, [0] = venue-level only, [5843] = specific area(s), [0, 5843] = venue-level + specific. Note: 0 represents NULL areas.

  • ]

  • report

    object

    shifts

    object[]

  • Array [

  • SHIFT_DATE string
    NOTICE_PERIOD string
    SHIFT_START_TIME string
    SHIFT_END_TIME string
    VENUE_NAME string
    AREA_NAME string
    TIMEZONE string
    JOB_TITLE string
    SHIFTS_POSTED int32
    SHIFTS_BOOKED int32
    SHIFTS_BOOKED_PERCENTAGE double
    SHIFTS_UNFILLED int32
    SHIFTS_UNFILLED_PERCENTAGE double
    SHIFTS_WORKED int32
    SHIFTS_WORKED_PERCENTAGE double
    NO_SHOWS int32
    NO_SHOWS_PERCENTAGE double
    HOURS_SCHEDULED double
    HOURS_WORKED double
    AVERAGE_WORKER_RATING double
    OVERBOOK_SHIFTS int32
    ACCEPTED_ABSENCES int32
    TRUE_DEMAND int32
    TRUE_FULFILMENT_PERCENTAGE double
    TRUE_BOOKED_PERCENTAGE double
    TRUE_UNFILLED_PERCENTAGE double
    TRUE_NO_SHOW_PERCENTAGE double
    PUBLISHED_AT string
    OVERBOOK_SHIFT_DEMAND int32
    AGENCY_RETRO_DEMAND int32
    ADHOC_SHIFT_DEMAND int32
    TIMECLOCK_SHIFT_DEMAND int32
    SHIFT_ID int32
  • ]

  • metadata

    object

    employer_id int32
    to_date string
    period_from string
    period_granularity string
    venue_ids int32[]
    area_ids int32[]
    generated_at date-time
Loading...

Was this page helpful?