@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ActionItemListParams

    interface ActionItemListParams {
        end_date?: string;
        has_partner_assignment?: boolean;
        is_completed?: boolean;
        limit?: number;
        meeting_id?: string;
        offset?: number;
        start_date?: string;
    }
    Index

    Properties

    end_date?: string

    Filter action items up to this date/time (ISO 8601 format)

    has_partner_assignment?: boolean
    is_completed?: boolean
    limit?: number
    meeting_id?: string
    offset?: number
    start_date?: string

    Filter action items from this date/time onward (ISO 8601 format)