Get all project templates

GET {{baseUrl}}/projectTemplates?cursor=<string>&limit=<integer>

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

Request Params

KeyDatatypeRequiredDescription
cursorstringFor pagination, the marker (an opaque string value) representing the first item on the next page
limitstringFor pagination, the limit of entries to be returned. If not provided, up to 500 items will be returned.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:[{&quot;id&quot;:1,&quot;title&quot;:&quot;Template Title&quot;,&quot;description&quot;:&quot;Template Description&quot;,&quot;projects_board_id&quot;:2,&quot;owner_id&quot;:3,&quot;add_time&quot;:&quot;2023-09-14 08:14:40.288&quot;,&quot;update_time&quot;:&quot;2023-09-14 08:14:40.288&quot;}],&quot;additional_data&quot;:{&quot;next_cursor&quot;:&quot;eyJhY3Rpdml0aWVzIjoyN30&quot;}}