Get a collection of scenarios
get/strategies/{strategyId}/scenarios
Get a collection of scenarios with a given strategy identifier.
1{2 "name": "scenarios",3 "start": 0,4 "count": 1,5 "links": [6 {7 "method": "GET",8 "rel": "collection",9 "href": "/svi-alert/strategies/strategy_8088058/scenarios",10 "uri": "/svi-alert/strategies/strategy_8088058/scenarios",11 "type": "application/vnd.sas.collection"12 },13 {14 "method": "GET",15 "rel": "self",16 "href": "/svi-alert/strategies/strategy_8088058/scenarios?start=0&limit=100",17 "uri": "/svi-alert/strategies/strategy_8088058/scenarios?start=0&limit=100",18 "type": "application/vnd.sas.collection"19 }20 ],21 "items": [22 {23 "scenarioId": "1",24 "scenarioName": "Scenario 1",25 "version": 126 }27 ]28}
| Name | Type | Required | Description |
|---|---|---|---|
strategyId | string | true | Specifies the identifier of the strategy from which to retrieve the scenarios. <= 36 characters |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Schema | |
| 400 | Bad Request | The request was invalid. | Schema | |
| 500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |