Get Scenario

get

/scenarios/{id}

Gets a scenario by ID.

Request

Path Parameters
Query Parameters
  • Value can be all or none. Default value is none, meaning only links are returned. If all is specified, then approvers, participants and scripts are included in the response.

Back to Top

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.

Back to Top