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

Response

200 - application/json

OK

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