Newer Version Available
Composite Graph Reference
The composite graph resource lets you submit composite graph operations.
Syntax
- URI
- /vXX.X/composite/graph
- Available since release
- This resource is available in API version 50.0 and later.
- Formats
- JSON
- HTTP methods
- POST
- Authentication
- Authorization: Bearer token
- Request parameters
- None
Response Body
| 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