Newer Version Available

This content describes an older version of this product. View Latest

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