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

    Type Alias GetGroupedAvailableUsersToAssignParams

    Generated by orval 🍺 Do not edit manually. Staff API

    Staff API

    The Staff API provides endpoints for train operating company staff to manage passenger assistance.

    This API allows staff to:

    • View and manage assistance requests
    • Update booking statuses
    • Coordinate passenger support

    All endpoints require staff authentication credentials.

    OpenAPI spec version: v1

    type GetGroupedAvailableUsersToAssignParams = {
        page?: number;
        per_page?: number;
        q?: string;
        request_id: string;
    }
    Index
    page?: number

    Page number for all_staff (default: 1)

    per_page?: number

    Number of all_staff results per page (default: 25)

    q?: string

    Filter both groups by staff name or username

    request_id: string

    Assistance detail used to determine the assignment station