Newer Version Available

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

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

Request Body

where each compositeSubrequest is a composite subrequest.

Example

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

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.

Note