v1

latestOpenAPI 3.0.02026-07-23620132.5 KB
Scenarios / Blueprints

Get scenario blueprint

Retrieves a blueprint of a scenario with a given ID.

get/scenarios/{scenarioId}/blueprint

Path parameters

scenarioIdinteger required

The ID of the scenario. You can get the scenarioId with the List scenarios API call.

Query parameters

blueprintIdinteger

The unique ID of the blueprint version. It can be retrieved from the Get blueprint versions endpoint. This parameter can be useful when you want to retrieve the older version of the blueprint.

draftboolean

If this parameter is set to true, the draft version of the scenario blueprint will be retrieved. If set to false, the live version of the blueprint will be retrieved. In case that the blueprintId parameter is set to the query as well, this parameter is ignored.

Response

Blueprint retrieved

codestring