@transreport/pauk-rrms-api
    Preparing search index...

    Interface ShiftTimelineRequest

    Assistance request in the shift timeline

    interface ShiftTimelineRequest {
        alight_station?: ShiftTimelineStation;
        assignee?: ShiftTimelineAssignee;
        assistance_items?: ShiftTimelineRequestAssistanceItemsItem[];
        board_station?: ShiftTimelineStation;
        booking_ref: string;
        coaches?: string | null;
        conflict_type?: string | null;
        customer?: ShiftTimelineCustomer;
        end_time: string;
        expected_arrival?: string | null;
        expected_departure?: string | null;
        head_code?: string | null;
        id: string;
        is_assignable: boolean;
        number_of_passengers: number;
        operator?: ShiftTimelineRequestOperator;
        platform?: string | null;
        scheduled_arrival?: string | null;
        scheduled_departure?: string | null;
        start_time: string;
        status: string;
        type: ShiftTimelineRequestType;
    }
    Index

    Properties

    alight_station?: ShiftTimelineStation

    Alighting station

    Assigned callsign or staff

    Assistance options for this request

    board_station?: ShiftTimelineStation

    Boarding station

    booking_ref: string

    Booking reference

    coaches?: string | null

    Coach information

    conflict_type?: string | null

    Type of scheduling conflict, if any

    Customer details

    end_time: string

    Job end time in HH:MM format

    ^\d{2}:\d{2}$

    expected_arrival?: string | null

    Expected arrival time from realtime data

    expected_departure?: string | null

    Expected departure time from realtime data

    head_code?: string | null

    Train head code

    id: string

    Assistance detail ID

    is_assignable: boolean

    Whether this request can be assigned from the dashboard

    number_of_passengers: number

    Number of passengers

    Train operating company

    platform?: string | null

    Platform number

    scheduled_arrival?: string | null

    Scheduled arrival time

    scheduled_departure?: string | null

    Scheduled departure time

    start_time: string

    Job start time in HH:MM format

    ^\d{2}:\d{2}$

    status: string

    Request status

    DEP for departure, ARR for arrival