get
https://api.seismic.com/programs/v2/spaces//nodes//associations
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:
- User must have a valid JWT token with appropriate scopes
- User must have permission to view the target entity (program, task, or request)
- 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.