GET criteria list

Lists all the criteria and subcriteria for the specified prioritization.

Resource URL:

https://api.priotice.se/rest/{auth}/criteria/list/{identifier}

The {identifier} parameter represents the prioritization identifier (PrioID).

Data returned

If the request has executed with success, it will return the list of all criteria and subcriteria for the specified PrioID

Example request

GET https://api.priotice.se/rest/d41d8cd98f00b204e9800998ecf8427e/criteria/list/50

Example response:

{ "Status": "success", "Data": { "128": { "CriteriaID": "128", "CriteriaLabel": "A", "SubCriteriaLabel": null, "CriteriaTitle": "Benefit", "CriteriaDetails": "Which alternative benefit the most?", "RateCategory": "" }, "129": { "CriteriaID": "129", "CriteriaLabel": "B", "SubCriteriaLabel": null, "CriteriaTitle": "Cost", "CriteriaDetails": "Which alternative cost the most?", "RateCategory": "" } } }