---
title: "Get details of a template"
method: GET
path: "/projectTemplates/{id}"
tags: ["ProjectTemplates"]
---

# Get details of a template

`GET /projectTemplates/{id}`

Returns the details of a specific project template.

## Path parameters

- `id` integer, required

## Response `200`

Get a project template.

- object
  - `success` boolean
  - `data` object
    - `id` number — The ID of a template
    - `title` string — The title of a template
    - `description` string — The description of a template
    - `projects_board_id` number — The ID of the project board this template is associated with
    - `owner_id` number — The ID of a template owner
    - `add_time` string — The creation date and time of the template in UTC. Format: YYYY-MM-DD HH:MM:SS.
    - `update_time` string — The update date and time of the template in UTC. Format: YYYY-MM-DD HH:MM:SS.
  - `additional_data` object, nullable

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/versions/bf863a979545/schema)
