Skip to main content
GET
/
api
/
Configuration
/
RatingReasons
/
{ratingType}
List Rating Reasons for a given Rating Type.
curl --request GET \
  --url https://api.example.com/api/Configuration/RatingReasons/{ratingType}
[
  {
    "id": 123,
    "value": "<string>",
    "actionType": 123
  }
]

Path Parameters

ratingType
integer<int32>
required

Response

200 - application/json

OK

id
integer<int32>
value
string | null
actionType
integer<int32>