get
https://api.seismic.com/programs/v2/spaces//programs//contents
Retrieves a list of all content items associated with a specific program, including documents, presentations, and other assets linked through the content management system. This endpoint provides
visibility into program-related materials and enables tracking of which content supports program objectives and deliverables. Use this to discover content associated with campaigns, view program resource libraries, audit content usage, or build content inventories for reporting.
Key Features:
- Returns array of content items with metadata (title, type,TeamSite IDs, assignments)
- Filters by content source (Library, DocCenter, NewsCenter, Workspace)
- Filters by assignee to view user-specific content assignments
- Includes assignedToMe filter for personal content view
- Provides content location and association details
- Shows program object references for workflow integration
Usage Examples:
- Program Resource Audit: Retrieve all content linked to a product launch program to verify required materials are associated
- User Assignment View: Filter by assigneeIds to see which content items are assigned to specific team members for program execution
- Content Source Analysis: Filter by source parameter to distinguish Library content from Workspace documents within the program
Authorization Logic:
- User must have a valid JWT token with view or manage scopes
- User must have permission to view the specified program
- Content visibility respects program access controls