The following endpoints allow you to manage scenarios blueprints.
Retrieves a blueprint of a scenario with a given ID.
The ID of the scenario. You can get the scenarioId
with the List scenarios API call.
112
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.
12
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.
false
Retrieves a collection of all blueprints versions for a scenario with a given ID. Due to the regular archiving process, only the versions that are not older than 60 days can be retrieved. Each returned blueprint version consists of the date and time of the blueprint creation, IDs of the blueprint version and related scenario, and the information if the blueprint was created for the draft or live scenario version.
The ID of the scenario. You can get the scenarioId
with the List scenarios API call.
112