go to pipedrive.com
Log inSign up

ProjectTemplates BETA

Project templates allow you to have reusable and dynamic structure to simplify creation of a project. Project template can contain information about activities, tasks and groups that will be used when creating a project.

Get all project templates

Copy link

Returns all not deleted project templates. This is a cursor-paginated endpoint. For more information, please refer to our documentation on pagination.

API v1
Request
GET

/v1/projectTemplates

Query parameters

cursor

string

For pagination, the marker (an opaque string value) representing the first item on the next page

limit

integer

For pagination, the limit of entries to be returned. If not provided, up to 500 items will be returned.

Response
200

OK

Expand all
Copy code
    • true
    • [ ... ]
      • { ... }

      Get details of a template

      Copy link

      Returns the details of a specific project template.

      API v1
      Request
      GET

      /v1/projectTemplates/{id}

      Path parameters

      id

      integer

      required

      The ID of the project template

      Response
      200

      OK

      Expand all
      Copy code
        • true
        • { ... }
          • null

        Subscribe to Pipedrive’s Developer Newsletter