Call - v26.1.0
    Preparing search index...

    Interface INCCallLogInfo

    Result shape when fetching call logs with pagination

    interface INCCallLogInfo {
        hasMore: boolean;
        callLogList: INCCallLog[];
        syncTime: number;
    }
    Index

    Properties

    hasMore: boolean

    Whether more call logs exist

    callLogList: INCCallLog[]

    Call log list

    syncTime: number

    When hasMore is true, pass this timestamp for the next fetch