Path parameters
-
The rating id
GET /chat/ratings/{rating}
curl \
-X GET https://domain.tld/api/v2/chat/ratings/{rating} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id_rating": 1,
"date_insert": "2023-10-09T12:12:40.220000Z",
"date_update": "2023-10-09T12:12:40.220000Z",
"value": 5,
"content": "bien",
"id_user_rater": 1,
"id_user_rated": 2
}