Retrieves a paginated list of templates for a specific project
Retrieves a paginated list of templates for a specific project.
This endpoint requires an API key for authentication. Include your API key in the request headers using the x-api-key
header.
Parameter | Type | Required | Description |
---|---|---|---|
id | string | Yes | The ID of the project |
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
page | number | No | 1 | The page number for pagination |
pageSize | number | No | 10 | The number of items per page |
The ID of the project
The page number for pagination
The number of items per page
Successfully retrieved templates
The response is of type object
.
Retrieves a paginated list of templates for a specific project
Retrieves a paginated list of templates for a specific project.
This endpoint requires an API key for authentication. Include your API key in the request headers using the x-api-key
header.
Parameter | Type | Required | Description |
---|---|---|---|
id | string | Yes | The ID of the project |
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
page | number | No | 1 | The page number for pagination |
pageSize | number | No | 10 | The number of items per page |
The ID of the project
The page number for pagination
The number of items per page
Successfully retrieved templates
The response is of type object
.