-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Grouped results | ||
|
||
Returns the analysis group results for the calculated LCC results. | ||
|
||
| | | | ||
| ----------- | --------------------------- | | ||
| Rest API | `GET result/{result-id}/grouped-cost-results` | | ||
| JSON-RPC | `result/grouped-cost-results` | | ||
| Snake case | `result.get_grouped_cost_results` | | ||
| Camel case | `result.getGroupedCostResults` | | ||
| Return type | [`List[GroupValue]`](http://greendelta.github.io/olca-schema/classes/GroupValue.html) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Grouped results | ||
|
||
Returns the analysis group results for a given flow. | ||
|
||
| | | | ||
| ----------- | --------------------------- | | ||
| Rest API | `GET result/{result-id}/grouped-flow-results-of/{envi-flow}` | | ||
| JSON-RPC | `result/grouped-flow-results-of` | | ||
| Snake case | `result.get_grouped_flow_results_of` | | ||
| Camel case | `result.getGroupedFlowResultsOf` | | ||
| Return type | [`List[GroupValue]`](http://greendelta.github.io/olca-schema/classes/GroupValue.html) | | ||
| Parameter 1 | [`EnviFlow`](http://greendelta.github.io/olca-schema/classes/EnviFlow.html) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Grouped results | ||
|
||
Returns the analysis group results for a given impact category. | ||
|
||
| | | | ||
| ----------- | --------------------------- | | ||
| Rest API | `GET result/{result-id}/grouped-impact-results-of/{impact-category}` | | ||
| JSON-RPC | `result/grouped-impact-results-of` | | ||
| Snake case | `result.get_grouped_impact_results_of` | | ||
| Camel case | `result.getGroupedImpactResultsOf` | | ||
| Return type | [`List[GroupValue]`](http://greendelta.github.io/olca-schema/classes/GroupValue.html) | | ||
| Parameter 1 | [`Ref[ImpactCategory]`](http://greendelta.github.io/olca-schema/classes/Ref.html) | |