Description
GET /defaultsettings/ Description: Retrieve default settings for tenant or catalog level entities. This endpoint is used when no specific entity ID is needed. Entity Types (for this endpoint):tenant- Workspace-wide defaultscatalog- Catalog-level defaults
GET /defaultsettings/{entityType}/{entityId} endpoint instead.
Method:
GET
Path Parameters:
| Parameter | Type | Description | Required |
|---|---|---|---|
| entityType | string | Type of entity (tenant or catalog) | Yes |
| Parameter | Type | Description | Required |
|---|---|---|---|
| category | string | Filter by category (content, business, ddex, validation) | No |
| includeInactive | boolean | Include inactive settings | No |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Type of entity (tenant or catalog only)
Available options:
tenant, catalog Query Parameters
Filter by settings category
Available options:
content, business, ddex, validation Include inactive settings in results