# Ratings ## Create conversation rating result - [POST /beta/conversations/{conversationId}/ratings/{ratingId}/submit](https://docs.dixa.io/openapi/dixa-api/beta/chatbots/postconversationsconversationidratingsratingidsubmit.md): Create a rating result for a specific conversation. ## Create conversation rating offer - [POST /beta/conversations/{conversationId}/ratings/offer](https://docs.dixa.io/openapi/dixa-api/beta/chatbots/postconversationsconversationidratingsoffer.md): Create a rating offer for a specific conversation. ## Create conversation rating result - [POST /beta/conversations/{conversationId}/ratings/{ratingId}/submit](https://docs.dixa.io/openapi/dixa-api/beta/conversations/postconversationsconversationidratingsratingidsubmit.md): Create a rating result for a specific conversation. ## Create conversation rating offer - [POST /beta/conversations/{conversationId}/ratings/offer](https://docs.dixa.io/openapi/dixa-api/beta/conversations/postconversationsconversationidratingsoffer.md): Create a rating offer for a specific conversation. ## List ratings for a conversation - [GET /beta/conversations/{conversationId}/ratings](https://docs.dixa.io/openapi/dixa-api/beta/conversations/getconversationsconversationidratings.md): 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. ## List rating (deprecated) - [GET /beta/conversations/{conversationId}/rating](https://docs.dixa.io/openapi/dixa-api/beta/conversations/getconversationsconversationidrating.md): Deprecated rating endpoint. Use '/ratings'. ## Create conversation rating result - [POST /beta/conversations/{conversationId}/ratings/{ratingId}/submit](https://docs.dixa.io/openapi/dixa-api/beta/ratings/postconversationsconversationidratingsratingidsubmit.md): Create a rating result for a specific conversation. ## Create conversation rating offer - [POST /beta/conversations/{conversationId}/ratings/offer](https://docs.dixa.io/openapi/dixa-api/beta/ratings/postconversationsconversationidratingsoffer.md): Create a rating offer for a specific conversation. ## List ratings for a conversation - [GET /beta/conversations/{conversationId}/ratings](https://docs.dixa.io/openapi/dixa-api/beta/ratings/getconversationsconversationidratings.md): 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. ## List rating (deprecated) - [GET /beta/conversations/{conversationId}/rating](https://docs.dixa.io/openapi/dixa-api/beta/ratings/getconversationsconversationidrating.md): Deprecated rating endpoint. Use '/ratings'.