centerpoint
HomeDocumentationAPI
  • Centerpoint
  • Studio
    • Getting Started
        • Getting Started
        • Action
        • Page
        • Document
        • Items
        • Object
        • Properties
        • Theme
        • Split Screen
        • Visibility Rules
        • Workflow Configuration
      • Configuration
        • Webhooks
        • Embedded
        • System Integrations
        • Process
        • Contact list
      • Records
      • Translation
      • Version
      • Notification
      • Security
      • Tips
      • API
      • Variables
      • Tips - Managing Layout
      • Smart Object
      • SmartForm
      • Object
      • Email and SMS
      • Authentication
      • Theme Style
      • Contact List
      • Resources
      • Languages
    • Tips
  • Dialogs
  • Workflow
    • Overview
    • Features
    • Getting Started
    • Home
    • List
    • Table
    • Apps
    • Triggers
    • Actions
    • List
  • Text Library
  • Signature
  • Archive
  • Viewpoint
  • Audit
  • Administration
  • Support
  • Editor
  • Pages
  • Pages Manager
  • Metatool
    • User Interface
    • Documents and templates
    • Scripts
    • Data
  • Centerpoint for Salesforce
    • Configuration
    • Editor Apex API
      • Editor API
      • Editor API Types
      • Data Service
      • Data Service Interface
      • Test Factory
      • Custom Permissions Reader
    • SmartForms Apex API
  • Statistics
    • Authentication
    • Endpoints
    • Data Models
    • BI Integration
    • Best Practices
DocumentationStatisticsBest Practices

Best Practices

  • Use pagination (pageNumber, pageSize) to fetch data in chunks.
  • Fetch data in calendar-based intervals (e.g., 7 days per request).
  • Avoid large unfiltered queries – may result in timeouts.
  • Implement retry and backoff for rate-limited responses.
  • BI tools like Power BI require script-based integration (e.g., M language).
  • Tableau has built-in support for paginated REST APIs.
BI Integration