axonpush
API referenceAdmin

GET /admin/feedback

GET
/admin/feedback

Query Parameters

status?string

Filter by status

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/admin/feedback"
{  "$schema": "https://example.com/schemas/ListFeedbackOutputBody.json",  "items": [    {      "category": "string",      "context": null,      "createdAt": "string",      "email": "string",      "feedbackId": "string",      "message": "string",      "orgId": "string",      "reviewedAt": "string",      "reviewedBy": "string",      "status": "string",      "userId": "string"    }  ]}