function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alex Z 16Alex Z 16 

SObject tree/SObject collections composite api limits

With regards to standard composite API (containing up to 25 subrequests) we have information re: API consumption here:
Documentation (https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite.htm)


Which reads:

The entire request counts as a single call toward your API limits.


However, I can't find anything similar for the SObject Tree/SOBject Collections API (the one with 200 subrequests).


Does it work like batch (each sub is 1 API call) or as composite (all subs together are 1 API call)?