Get all comments for one entity (program, task, or request)

Retrieves all comments associated with a specific entity (program, task, or request) with support for filtering
by creator, pagination, and sorting. This endpoint provides comprehensive comment data including metadata, creation timestamps, and author information for building collaborative interfaces.

Key Features:

  • Supports filtering by multiple creator IDs simultaneously
  • Provides cursor-based pagination for efficient data retrieval
  • Offers flexible sorting options for optimal display ordering
  • Returns complete comment metadata including author details
  • Automatically handles permission filtering to show only accessible comments

Authorization Logic:

  1. User must have a valid JWT token with viewing or management scopes
  2. Token is valid for this operation
  3. User must have access to the specified entity and space
  4. Comments are filtered based on user's access permissions

Usage Example:

Retrieve recent comments on a program to display discussion activity and enable team collaboration features.

Language
Response
Click Try It! to start a request and see the response here!