Dixa API//
- List ratings for a conversation
Create conversation rating result
Create conversation rating offer
List rating
List ratings for a conver...
Lists latest ratings statuses for a particular conversation by providing the conversation ID. For surveys with multiple questions, rating status will be reported for each individual question of the survey. For example, a response for a 3 question survey that was answered will be 3 elements with status "Rated". Additionally, a multiple question survey can be partially answered, therefore a response of such case will be a mix of "Offered" and "Rated" statuses. Note that the IDs of multiple questions response elements will be the same, because they are part of the same survey.
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://dev.dixa.io/v1/conversations/{conversationId}/ratings' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- Response when a single question (CSAT) survey was offered
- Response when a multiple question survey was offered
- Response when a multiple question survey was answered
- Response when a multiple question survey was partially answered
- Response when offer and score was submitted via Dev API
{ "data": [ { … } ] }