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

    Interface MeetingContextListResponse

    Paginated list of meeting context documents.

    interface MeetingContextListResponse {
        items: MeetingContextDocument[];
        limit: number;
        offset: number;
        total: number;
    }
    Index

    Properties

    Properties

    Context documents for the current page

    limit: number

    Limit that was applied

    offset: number

    Offset that was applied

    total: number

    Total number of documents matching the query