GET prioritization results analysis.
Returns statistic information about the saved results.
Resource URL:
https://api.priotice.se/rest/{auth}/prioritization/analyze/{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/analyze/50
Example response:
{ "Status": "success", "Data": { "PrioID": "50", "PrioTitle": "Prioritization Project Portfolio", "Results": { "Group results": { "1": { "Group": "Marketing", "Alternatives": "Project A", "Criteria": "Benefit", "Percent": "0.349" }, "2": { "Group": "Marketing", "Alternatives": "Project A", "Criteria": "Cost", "Percent": "0.123" }, "3": { "Group": "Marketing", "Alternatives": "Project B", "Criteria": "Benefit", "Percent": "0.130" }, "4": { "Group": "Marketing", "Alternatives": "Project B", "Criteria": "Cost", "Percent": "0.046" }, "5": { "Group": "Marketing", "Alternatives": "Project C", "Criteria": "Benefit", "Percent": "0.333" }, "6": { "Group": "Marketing", "Alternatives": "Project C", "Criteria": "Cost", "Percent": "0.019" }, "7": { "Group": "Operations", "Alternatives": "Project A", "Criteria": "Benefit", "Percent": "0.115" }, "8": { "Group": "Operations", "Alternatives": "Project A", "Criteria": "Cost", "Percent": "0.353" }, "9": { "Group": "Operations", "Alternatives": "Project B", "Criteria": "Benefit", "Percent": "0.091" }, "10": { "Group": "Operations", "Alternatives": "Project B", "Criteria": "Cost", "Percent": "0.067" }, "11": { "Group": "Operations", "Alternatives": "Project C", "Criteria": "Benefit", "Percent": "0.250" }, "12": { "Group": "Operations", "Alternatives": "Project C", "Criteria": "Cost", "Percent": "0.125" }, "13": { "Group": "IT", "Alternatives": "Project A", "Criteria": "Benefit", "Percent": "0.155" }, "14": { "Group": "IT", "Alternatives": "Project A", "Criteria": "Cost", "Percent": "0.338" }, "15": { "Group": "IT", "Alternatives": "Project B", "Criteria": "Benefit", "Percent": "0.071" }, "16": { "Group": "IT", "Alternatives": "Project B", "Criteria": "Cost", "Percent": "0.078" }, "17": { "Group": "IT", "Alternatives": "Project C", "Criteria": "Benefit", "Percent": "0.195" }, "18": { "Group": "IT", "Alternatives": "Project C", "Criteria": "Cost", "Percent": "0.163" } }, "Criteria results": { "1": { "Group": "Marketing", "Criteria": "Benefit", "Percent": "0.739" }, "2": { "Group": "Marketing", "Criteria": "Cost", "Percent": "0.261" }, "3": { "Group": "Operations", "Criteria": "Benefit", "Percent": "0.414" }, "4": { "Group": "Operations", "Criteria": "Cost", "Percent": "0.586" }, "5": { "Group": "IT", "Criteria": "Benefit", "Percent": "0.366" }, "6": { "Group": "IT", "Criteria": "Cost", "Percent": "0.634" } } } } }