How does Skuid get data and does Skuid consume API calls?

Skuid models pull data from objects within your Salesforce org into a single UI through Skuid’s own Apex endpoint included in the Skuid managed package. Most Skuid functionality will not consume API calls.

Activities that consume API calls include using Salesforce-specific data source actions or JavaScript snippets that use Salesforce’s invocable Apex methods and REST web services.

For more information, see our Salesforce API Usage documentation.