GET prioritization final results.

Returns statistic information about the saved results. All group prioritizations are summarized.

Resource URL:

https://api.priotice.se/rest/{auth}/prioritization/finalresult/{identifier}

Data returned

If the request has been successful it will return a success message and the data.

Example request

GET https://api.priotice.se/rest/d41d8cd98f00b204e9800998ecf8427e/prioritization/finalresult/50

Example response:

{ "Status": "success", "Data": { "PrioID": "50", "PrioTitle": "Prioritization Project Portfolio", "Results": { "Final results": { "1": { "Alternatives": "Project A", "Percent": "0.478" }, "2": { "Alternatives": "Project C", "Percent": "0.362" }, "3": { "Alternatives": "Project B", "Percent": "0.161" } } } } }