SalesforceOrganizationApiLimits
The API limits configured for a Salesforce organization.
Fields
| Field | Type | Description |
|---|---|---|
| bulkApiLimit | Int! | The percentage of the Bulk API call limit that can be used. This pertains to the batch sizing documented in https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/salesforce_app_limits_platform_bulkapi.htm. |
| bulkApiV2Limit | Int! | BulkApiV2Limit is the percentage of the Bulk API V2 call limit that can be used. For V2, this pertains to the number of query jobs that can be submitted per 24-hour rolling window. |
| restApiLimit | Int! | The percentage of the REST API call limit that can be used. |
Used By
Referenced by