Get followers for one entity (program, task, or request)

Fetches a complete list of all users who are currently following the specified entity. Returns detailed user information
including names, email addresses, and follower-specific settings. This is useful for understanding who is tracking
an entity and for managing notification recipients.

Key Features:

  • Returns complete user profile information for each follower
  • Includes follower-specific metadata such as when they started following
  • Supports querying followers for programs, tasks, and requests
  • Automatically filters results based on user permissions

Authorization Logic:

  1. User must have a valid JWT token with appropriate scopes
  2. Token must be a valid token
  3. User must have permission to view the target entity
  4. Results may be filtered based on user's access level to other users

Usage Example:

Check who is following a program before sending targeted communications about status updates.

Response Format:

Returns a QueryResponse containing follower objects with user details, follow date, and notification settings.

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

Unique identifier of the program, task, or request to get followers for. Example: mKx8fqRTQ0OvZsGpYhNrLw

Responses

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