Get associations for one entity

Retrieves a complete list of entities (tasks, requests, and content) that belong to a parent entity (program, task, or request) within a space. This endpoint provides visibility into all entities included within the specified structure, enabling organizational understanding, hierarchy discovery, and UI display.

Key Features:

  • Returns complete metadata for each associated entity including IDs and type information
  • Automatically filters results based on user permissions and access policies
  • Supports querying associations for programs, tasks, and requests
  • Provides hierarchical structure information for organizational understanding
  • Includes entity names, descriptions, and classification details

Authorization Logic:

  1. User must have a valid JWT token with appropriate scopes
  2. User must have permission to view the target entity (program, task, or request)
  3. Only entities that the user has access to will be included in results

Usage Example:

Check what tasks and content are included in a program before making structural changes.

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