GET prioritization collect status.
Returns statistic information about the status of the data collect process for a prioritization: how many participants (ratio responses / invites) have responded to the comparison invitations.
Resource URL:
https://api.priotice.se/rest/{auth}/prioritization/collect/{identifier}
Data returned
If the request has been successful it will return a success message and the data consisting of response ratio per criteria and per alternative regarding each criteria.
Example request
GET https://api.priotice.se/rest/d41d8cd98f00b204e9800998ecf8427e/prioritization/collect/50
Example response:
{ "Status": "success", "Data": { "Criteria": { "Criteria Comparison": 1, "Subcriteria Comparison": 0 }, "Alternatives": { "Benefit": 1, "Cost": 1 } } }