Get Scenario
get
/scenarios/{id}
Gets a scenario by ID.
Request
Path Parameters
-
id(required):
Scenario ID.
Query Parameters
-
expand:
Value can be
allornone. Default value isnone, meaning only links are returned. Ifallis specified, then approvers, participants and scripts are included in the response.
Response
200 Response
OK
Scenario details returned successfully.
400 Response
Bad Request
Failed to get scenario details. The scenario ID may be invalid.
500 Response
Internal Server Error.