Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request GET \ --url https://pria.praxislxp.com/api/admin/feedback/{id} \ --header 'x-access-token: <api-key>'
{ "success": true, "data": { "_id": "<string>", "user": { "_id": "<string>", "email": "<string>", "fname": "<string>", "lname": "<string>" }, "institution": { "_id": "<string>", "name": "<string>" }, "feedback": "<string>", "rating": 3, "category": "<string>", "status": "pending", "context": {}, "adminNotes": "<string>", "created": "2023-11-07T05:31:56Z" } }
Retrieves details of a specific feedback
JWT token passed in x-access-token header
Feedback ID
Feedback retrieved successfully
Show child attributes
Was this page helpful?