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

    Type Alias SearchRequestsParams

    Generated by orval 🍺 Do not edit manually. RRMS API

    RRMS API

    The RRMS (Railway Resource Management System) API provides endpoints for managing station settings and job timings for assistance operations.

    All endpoints require staff authentication credentials.

    OpenAPI spec version: v1

    type SearchRequestsParams = {
        category?: string;
        date_from?: string;
        date_to?: string;
        query?: string;
        station_code: string;
    }
    Index
    category?: string

    arrival, departure, or all

    date_from?: string

    Request-time start datetime (ISO 8601)

    date_to?: string

    Request-time end datetime (ISO 8601)

    query?: string

    Omnisearch by passenger name, station name, PA reference, or headcode prefix

    station_code: string

    Station CRS code