Get user feedbacks
curl --request GET \
--url https://pria.praxislxp.com/api/user/feedbacks \
--header 'x-access-token: <api-key>'[
{
"_id": "<string>",
"feedback": "<string>",
"response": "<string>",
"created": "2023-11-07T05:31:56Z",
"email": "<string>",
"user": "<string>",
"institution": "<string>",
"status": "active",
"__v": 123
}
]Feedback
Get user feedbacks
Retrieves feedback submitted by the current user. Returns up to 100 items sorted by newest first. Response is a raw JSON array (no wrapper object).
GET
/
api
/
user
/
feedbacks
Get user feedbacks
curl --request GET \
--url https://pria.praxislxp.com/api/user/feedbacks \
--header 'x-access-token: <api-key>'[
{
"_id": "<string>",
"feedback": "<string>",
"response": "<string>",
"created": "2023-11-07T05:31:56Z",
"email": "<string>",
"user": "<string>",
"institution": "<string>",
"status": "active",
"__v": 123
}
]Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token passed in x-access-token header
Response
Array of feedback documents
Feedback document ID
Feedback text
Admin response to the feedback (default: empty string)
When the feedback was created
Email associated with the feedback
ObjectId of the user who submitted the feedback
ObjectId of the user's institution
Feedback status (default: active)
Example:
"active"
Mongoose version key
Was this page helpful?
⌘I