Get one program template

Retrieves a single program template by its unique identifier. Templates contain reusable program structures
including configuration, phases, tasks, and settings that can be applied to create new programs with
consistent workflows.

Key Features:

  • Retrieves complete template definition including structure and settings
  • Optionally includes associated tasks and subtask hierarchies
  • Optionally includes page configurations and content associations
  • Shows custom properties and their default values
  • Returns manager ID and follower list
  • Includes recurrence settings if configured for automated program generation
  • Provides template metadata including creation and modification history

Authorization Logic:

  1. User must have a valid JWT token with viewing or management scopes
  2. User must have program update permissions
  3. User must have permission to view templates in the space

Usage Example:

Retrieve a program template to preview its structure before applying it, or fetch template details
to display in a template selection UI for program creation.

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 program template to retrieve. Must be a valid template ID within the specified space.

Query Params
boolean

Optional flag to include associated task and subtask data in the response. Default is false.

boolean
Defaults to false

Optional flag to include page configurations and content associations. Default is false.

Responses

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