QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface RecordsModifiedSinceRequest

    Get records modified since

    interface RecordsModifiedSinceRequest {
        after: string;
        fieldList?: number[];
        from: string;
        includeDetails?: boolean;
    }
    Index

    Properties

    after: string

    A timestamp, formatted in ISO-8601 UTC, representing the date and time to search.

    fieldList?: number[]

    List of field IDs. Each field is crawled across the entire record dependency graph to find its source record's date modified. If one is not provided, only the current table will be referenced.

    from: string

    The table identifier.

    includeDetails?: boolean

    When true, the individual record IDs and timestamps will be returned. If false, only the count of changes will be returned.