Replies: 5 comments 3 replies
-
|
The API endpoint for submitting user feedback (like/dislike) is:
Required headers:
Request body: {
"rating": "like",
"user": "end_user_id"
}
Successful response: {
"result": "success"
}Key notes:
You can also retrieve all feedbacks via To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
-
|
Is the request http://API server/messages/{message_id}/feedbacks required? |
Beta Was this translation helpful? Give feedback.
-
|
I still cannot correctly find the message ID because I am using Dify to connect with Feishu. How can I obtain the message ID from the Dify response? |
Beta Was this translation helpful? Give feedback.
-
|
The logs I can see look like this, and it appears that the message_id is consistent. So, I obtained the start message_id, but the request returned a 404 error. Therefore, how should I accurately obtain the correct message_id for the streaming output? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I would like to ask how I can export a table of data for user feedback and all my conversation information from the backend. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I want to use APIs to like or dislike user feedback. Is there any official documentation? Are there any mandatory request parameters?
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions