Get activity for one entity

Retrieves a paginated list of activities for a single entity within a space. Activities represent tracked changes, assignments, updates, and other system events that provide an audit trail for the specified program management entity. Use this endpoint when you need to focus on the activity history of a specific program or task.

Key Features:

  • Returns complete timeline of activities for a single entity with detailed context
  • Provides entity-specific activity tracking based on entity type (programs, tasks, requests)
  • Supports flexible filtering by activity type to focus on specific kinds of changes
  • Uses cursor-based pagination optimized for single-entity activity traversal
  • Returns activities in chronological order for understanding progression and accountability

Authorization Logic:

  1. User must have a valid JWT token with appropriate scopes
  2. User must have permission to view the target entity and space
  3. Entity accessibility is verified before returning any activity data

Usage Example:

Generate detailed audit reports for a specific entity (program, task, request) to track progress and identify bottlenecks.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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 specific entity (program, task, or request) to retrieve activities for. This entity must exist within the specified space and be accessible to the authenticated user. The node ID determines which entity's activity history will be returned.

Query Params
types
array of strings

List of activity types to include in results. Filters activities to only the specified types for the target entity. Useful for focusing on specific kinds of changes, such as only entity updates or only content associations.

types
sort
array of strings

Field name and direction for result ordering in the format 'field:direction'. Use 'asc' for ascending or 'desc' for descending order. Valid sort fields are 'createdAt' and 'updatedAt'. Common patterns include 'createdAt:desc' for most recent first, 'createdAt:asc' for chronological progression, 'updatedAt:desc' for recently modified first, or 'updatedAt:asc' for oldest updates first.

sort
string

Pagination cursor token from previous response for retrieving the next page of results. This opaque token maintains the current position in the result set and should not be manually constructed. Omit for the first page of results.

int32

Maximum number of activities to return per page. Defaults to 20 if not specified. For entity-specific queries, smaller limits often provide sufficient detail while maintaining fast response times. Recommended values are 20-50 for detailed activity reviews.

Responses

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