Description
GET /defaultsettings/templates Description: Retrieve a list of default setting templates with advanced filtering and pagination. Method:GET
Query Parameters:
| Parameter | Type | Description | Required |
|---|---|---|---|
| category | string | Filter by category | No |
| entityType | string | Filter by entity type | No |
| isPublic | boolean | Filter by public visibility | No |
| isSystem | boolean | Filter system templates | No |
| tags | string | Comma-separated tags | No |
| search | string | Search in name/description | No |
| orderBy | string | Sort field (usageCount, name, createdAt, updatedAt) | No |
| orderDirection | string | Sort direction (ASC, DESC) | No |
| limit | integer | Results per page (default: 50) | No |
| offset | integer | Pagination offset | No |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Available options:
content, business, ddex, validation Available options:
catalog, asset, product, release Comma-separated list of tags
Search query for name/description
Available options:
usageCount, name, createdAt, updatedAt Available options:
ASC, DESC Required range:
1 <= x <= 100Required range:
x >= 0