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.

NameTypeDescription
graphsArray of graph responses. 
graphIdStringThe identifier of the graph.
graphResponseObjectThe response of the request.
compositeResponseArray of composite subrequest results.Results for each node in the graph.
isSuccessfulBooleanWhether this graph was processed successfully (true) or not (false).

Example Request

Example Request Body

Example Response Body