Composite Graph
The composite graph resource lets you submit composite graph operations. This resource is available in REST API version 50.0 and later.
The response bodies and HTTP statuses of the requests are returned in a single response body. The entire request counts as a single call toward your API limits.
URI: /services/data/vXX.X/composite/graph
Formats: JSON
HTTP methods: POST
Authentication: Authorization: Bearer token
Request parameters: None
where each compositeSubrequest is a composite subrequest.
| Name | Type | Description |
|---|---|---|
graphs | Array of graph responses. | |
graphId | String | The identifier of the graph. |
graphResponse | Object | The response of the request. |
compositeResponse | Array of composite subrequest results. | Results for each node in the graph. |
isSuccessful | Boolean | Whether this graph was processed successfully (true) or not (false). |
Example Request
Example Request Body
Example Response Body