List folder templates
Lists all templates of a folder.
You can filter and customize the results using various query parameters.
Parameters
id string
REQUIRED
The folder id that you want to retrieve the templates.
Query Parameters
Parameter | Type | Default | Description |
---|---|---|---|
query | string | - | Filter templates by name |
page | integer | 0 | Page number for pagination |
limit | integer | 25 | Number of results per page |
width | integer | - | Filter templates by width |
height | integer | - | Filter templates by height |
tags | string | - | Filter templates by tags |
includeLayers | boolean | false | Include template layers in response |
Sample Request
Here’s a sample request to list all templates of a folder:
Response
The API returns an array of JSON objects with the template details.