Get Stage Diagram

Gets a stage diagram.

Headers

AuthorizationstringRequired

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

Query parameters

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