Description
GET /defaultsettings// Description: Retrieve default settings for a specific entity. You can filter by category and include/exclude inactive settings. Entity Types:tenant- Workspace-wide defaults (entityId should be omitted or ‘global’)catalog- Catalog-level defaults (entityId should be omitted or ‘global’)label- Label-specific defaults (entityId required)artist- Artist-specific defaults (entityId required)user- User-specific defaults (entityId required)
GET
Path Parameters:
| Parameter | Type | Description | Required |
|---|---|---|---|
| entityType | string | Type of entity (tenant, label, artist, user, catalog) | Yes |
| entityId | uuid | Entity ID (optional for tenant/catalog, required for others) | Conditional |
| 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
Available options:
tenant, label, artist, user, catalog Entity ID (optional for tenant/catalog)
Query Parameters
Filter by settings category
Available options:
content, business, ddex, validation Include inactive settings in results