Skip to main content
POST

Authentication

Request Body

string
The feedback ID to get information for (UUID)
string
Alternative: The feedback URL ID (short identifier)
Note: Provide either feedbackId or urlId, not both.

Response

object
Feedback object with complete details

Use Cases

  • Feedback Detail Page: Display complete feedback information
  • Permalink Access: Access feedback by URL ID from permalinks
  • Widget Display: Show feedback details in embedded widgets

Notes

  • Accepts either feedbackId (UUID) or urlId (short identifier)
  • Returns 404 if feedback doesn’t exist or is not published
  • Includes related objects (board, subscriber, tags)
  • Vote and comment counts are real-time