🚀 Simplify your work by integrating Haufe Copilot via API
Feedback

List negative feedback reasons

Returns the available categorized reasons for negative feedback.

GET/v1/feedback/negative/reasons

Authorization

APIKeyHeader
api-key<token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/feedback/negative/reasons"
[  {    "description": "Die Antwort enthielt sachlich falsche oder veraltete Informationen.",    "id": "d4e5f6a7-8901-bcde-f012-456789012345",    "reason": "Falsche Information"  }]
{  "error_code": "unauthorized",  "detail": "Missing or invalid API key"}

{  "message": "Rate limit exceeded!"}

{  "error_code": "internal_server_error",  "detail": "Internal Server Error"}