Composite API

The Composite API allows you to compose multiple api request, into a single http request.

ts-force currently supports the following composite resources:

  • Composite : Used to compose to 10 calls in a single request. The output of one call can be used in subsequent requests.

  • Composite Batch : Used to compose up to 25, non-related calls in a single request

  • Composite Collections : Used to create/update/delete collections of up to 200 records

Support for the new Graph API is planned.

Last updated

Was this helpful?