Schedule Scenario REST Endpoints
Schedule Scenario
Use the Schedule Scenarios service to create, view, update, and delete schedule scenarios. Update Keys : 'scenarioId'
- Create a Schedule Scenario
- Method: postPath:
/api/restapi/scheduleScenario
- Delete a Schedule Scenario
- Method: deletePath:
/api/restapi/scheduleScenario/{scenarioId}
- Delete a Schedule Scenario By Name
- Method: deletePath:
/api/restapi/scheduleScenario
- Update a Schedule Scenario
- Method: putPath:
/api/restapi/scheduleScenario
- View a Schedule Scenario
- Method: getPath:
/api/restapi/scheduleScenario/{scenarioId}
- View a Schedule Scenario By Name
- Method: getPath:
/api/restapi/scheduleScenario
- View Schedule Scenarios By Parent Code
- Method: getPath:
/api/restapi/scheduleScenario/parent
- View Schedule Scenarios By Project
- Method: getPath:
/api/restapi/scheduleScenario/project/{projectId}