Get Stage Diagram (POST)

Gets a stage diagram.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringOptionalformat: "id"
The ID of the stage diagram to get.
is_custom_leaf_typebooleanOptional

Whether the leaf type corresponds to a custom object. Specify this along with leaf_type to get the default custom object stage diagram.

leaf_typestringOptionalformat: "text"
The leaf type. Should be specified to retrieve the default stage diagram for the leaf type. If not provided, then id is used.

Response

Success.
stage_diagramobject

Errors