Retrieve
GET/scenarios/:scenarioId/preference/:key
Retrieve the preference with {key} for the scenario with {scenarioId}.
Request
Path Parameters
scenarioId stringrequired
The scenario's id
key stringrequired
The preference key
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- object
{}
Not Found
Internal Server Error
Loading...