Skip to main content
POST

Authentication

Request Body

This endpoint does not require any request body parameters.

Response

array
Array of feedback board objects

Behavior

  • Public Only: Returns only boards marked as public
  • Ordered: Boards returned in display order
  • With Counts: Includes feedback count for each board

Use Cases

  • Board Selection: Let users choose which board to submit feedback to
  • Navigation: Display board categories in feedback portal
  • Statistics: Show feedback distribution across boards

Notes

  • Only public boards returned (isPublic: true)
  • Boards ordered by the order field
  • Each board can have custom color and settings
  • Feedback count includes all feedback (published and unpublished)