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/v68.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}

See Also