POST stop collecting data and save data

Stops collecting data for an ongoing prioritization process and saves the collected data. Once stopped, the invited users that have not responded yet will no longer be able to compare / rate criteria and alternatives. After this step, the prioritization results can be analyzed.

Resource URL:

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

POST parameters:

Variable name
(case sensitive)
Required Variable type Note
PrioID Required integer Prioritization identifier (PrioID)

Example request

POST https://api.priotice.se/rest/d41d8cd98f00b204e9800998ecf8427e/prioritization/savedata

Example response:

{ "Status": "success", "Data": { "PrioID": 50 } }

CURL example:

curl --data "PrioID=50" https://api.priotice.se/rest/d41d8cd98f00b204e9800998ecf8427e/prioritization/savedata