GET rating scales

Lists all the rating scales that can be used if rating is chosen as the method regarding one criteria. Alternatives can be compared/rated regarding each criteria either using pairwise comparison, when each alternative is compared with all others, either by rating when each alternative is assigned a rating value on a rating scale. When rating is chosen for a prioritization, the rating scale must also be specified for all criteria.

Resource URL:

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

Data returned

If the request has executed with success, it will return the list of all rating scales available.

Example request

GET https://api.priotice.se/rest/d41d8cd98f00b204e9800998ecf8427e/criteria/scales

Example response:

{ "Status": "success", "Data": { "Rating Scales": { "rate_high_low": { "Values": { "rate_high_low_1": { "Label": "High", "Value": 1 }, "rate_high_low_2": { "Label": "Medium", "Value": 0.667 }, "rate_high_low_3": { "Label": "Low", "Value": 0.333 } } }, "rate_most_impo": { "Values": { "rate_most_impo_1": { "Label": "Most likely", "Value": 1 }, "rate_most_impo_2": { "Label": "Likely", "Value": 0.75 }, "rate_most_impo_3": { "Label": "Unlikely", "Value": 0.5 }, "rate_most_impo_4": { "Label": "Impossible", "Value": 0.25 } } }, "rate_exce_poor": { "Values": { "rate_exce_poor_1": { "Label": "Excellent", "Value": 1 }, "rate_exce_poor_2": { "Label": "Above medium", "Value": 0.8 }, "rate_exce_poor_3": { "Label": "Medium", "Value": 0.6 }, "rate_exce_poor_4": { "Label": "Below medium", "Value": 0.4 }, "rate_exce_poor_5": { "Label": "Poor", "Value": 0.2 } } }, "rate_extr_unim": { "Values": { "rate_extr_unim_1": { "Label": "Extremely important", "Value": 1 }, "rate_extr_unim_2": { "Label": "Very important", "Value": 0.8 }, "rate_extr_unim_3": { "Label": "Rather important", "Value": 0.6 }, "rate_extr_unim_4": { "Label": "Not important", "Value": 0.4 }, "rate_extr_unim_5": { "Label": "Unimportant", "Value": 0.2 } } }, "rate_good_bad": { "Values": { "rate_good_bad_1": { "Label": "Good", "Value": 1 }, "rate_good_bad_2": { "Label": "Bad", "Value": 0.5 } } }, "rate_large_small": { "Values": { "rate_large_small_1": { "Label": "Very large", "Value": 1 }, "rate_large_small_2": { "Label": "Large", "Value": 0.8 }, "rate_large_small_3": { "Label": "Medium", "Value": 0.6 }, "rate_large_small_4": { "Label": "Small", "Value": 0.4 }, "rate_large_small_5": { "Label": "Very small", "Value": 0.2 } } }, "rate_veryhigh_verylow": { "Values": { "rate_veryhigh_verylow_1": { "Label": "Very high", "Value": 1 }, "rate_veryhigh_verylow_2": { "Label": "High", "Value": 0.8 }, "rate_veryhigh_verylow_3": { "Label": "Medium", "Value": 0.6 }, "rate_veryhigh_verylow_4": { "Label": "Low", "Value": 0.4 }, "rate_veryhigh_verylow_5": { "Label": "Very low", "Value": 0.2 } } }, "rate_large_small_inverted": { "Values": { "rate_large_small_inverted_1": { "Label": "Very large", "Value": 0.2 }, "rate_large_small_inverted_2": { "Label": "Large", "Value": 0.4 }, "rate_large_small_inverted_3": { "Label": "Medium", "Value": 0.6 }, "rate_large_small_inverted_4": { "Label": "Small", "Value": 0.8 }, "rate_large_small_inverted_5": { "Label": "Very small", "Value": 1 } } } } } }