Composite
Executes a series of REST API requests in a single POST request, or retrieves a list of other composite resources with a GET request.
-
Send Multiple Requests Using Composite
Executes a series of REST API requests in a single call. You can use the output of one request as the input to a subsequent request. The response bodies and HTTP statuses of the requests are returned in a single response body. The entire series of requests counts as a single call toward your API limits.
-
Get a List of Composite Resources
Gets a list of URIs for other composite resources.