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.

Path Params
string
required
length between 7 and 22

The unique identifier of the space containing the target entity. This determines the scope of entity queries and ensures proper access control. The space must be accessible to the authenticated user with appropriate permissions. It can be the unique identifier (GUID) of the space or the word "default" to indicate the default programs space. Common values include "default" and "rkr83lapKkyCJuLLWqLqzB".

string
required

The unique identifier of the entity (program, task, or request) to retrieve associations for. This entity must exist within the specified space and be accessible to the authenticated user. All entities that are part of this entity will be returned.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json