Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Get a List of Composite Resources

Gets a list of URIs for other composite resources.

Syntax

URI: /services/data/vXX.X/composite

Formats: JSON

HTTP method: GET

Authentication: Authorization: Bearer token

Parameters: None required

Request body: None required

Example

Example Request

1curl https://MyDomainName.my.salesforce.com/services/data/v67.0/composite/ -H "Authorization: Bearer token"

Example Response Body

1{
2    "tree": "/services/data/v54.0/composite/tree",
3    "batch": "/services/data/v54.0/composite/batch",
4    "sobjects": "/services/data/v54.0/composite/sobjects",
5    "graph": "/services/data/v54.0/composite/graph"
6}