fetch_saved_scenario
fetch_saved_scenario
Service for fetch saved scenario operations.
Classes
FetchSavedScenarioRunner
Bases: BaseRunner[Dict[str, Any]]
Runner for fetching a SavedScenario from MyETM by its ID.
GET /api/v3/saved_scenarios/{saved_scenario_id}
Functions
run
staticmethod
Fetch a single SavedScenario by ID.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
client
|
BaseClient
|
HTTP client |
required |
saved_scenario
|
ScenarioIdentifier
|
Object with an 'id' attribute |
required |
Returns:
| Type | Description |
|---|---|
ServiceResult[Dict[str, Any]]
|
ServiceResult with SavedScenario data |