Knowledge Base for Prediction App
Prediction App 2025.2.1 – API updates
1. Changes in v1 – v6
1.1 projects/{projectId}/scenarios and trials/{trialId}/scenarios
GET
Change in the request query parameters
Query parameter | |
|---|---|
isArchived | NEW OPTIONAL If true returns only archived scenarios, if false returns only non-archived scenarios, otherwise returns all scenarios |
Change in the response body
Property | |
|---|---|
isArchived | NEW A boolean value that indicates whether the scenario was archived |
2. Changes in v6 – Site packaging
2.1 trialScenarios/{scenarioId}/results
GET
Change in the response body
Property | |
|---|---|
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
2.2 trials/{trialId}/scenarios
POST
Change in the response body
Property | |
|---|---|
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
| NEW |
3. General
Fixed an issue where it could happen that some endpoints returned a 200 status code instead of a 429 status code.