OptionalappApplication token for XML API calls.
App tokens are only needed for the XML API when:
The JSON API does not use app tokens.
Authentication configuration
OptionalautoAutomatically paginate all paginated requests when awaited (default: false)
OptionalbaseBase URL override (default: https://api.quickbase.com/v1)
OptionalconvertConvert ISO date strings in responses to JavaScript Date objects (default: true)
OptionaldebugEnable debug logging (default: false)
OptionalfetchCustom fetch implementation (default: global fetch)
OptionalrateRate limiting and retry configuration
OptionalreadRead-only mode prevents any write operations. Uses defense-in-depth with two layers:
Your QuickBase realm (e.g., "mycompany" for mycompany.quickbase.com)
OptionalschemaSchema aliases for tables and fields. Allows using readable names instead of QuickBase IDs in queries.
OptionaltimeoutRequest timeout in milliseconds (default: 30000)
Core types for the QuickBase SDK v2