GET alternative list

Lists all the alternatives for the specified prioritization.

Resource URL:

https://api.priotice.se/rest/{auth}/alternative/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 alternatives for the specified PrioID

Example request

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

Example response:

{ "Status": "success", "Data": { "107": { "AlternativeID": "107", "PrioID": "50", "AlternativeLabel": "A", "AlternativeTitle": "Project A", "AlternativeDetails": "" }, "108": { "AlternativeID": "108", "PrioID": "50", "AlternativeLabel": "B", "AlternativeTitle": "Project B", "AlternativeDetails": "" }, "109": { "AlternativeID": "109", "PrioID": "50", "AlternativeLabel": "C", "AlternativeTitle": "Project C", "AlternativeDetails": "" } } }