Get Default Settings (Entity-Specific)
Default Settings
Get Default Settings (Entity-Specific)
GET /defaultsettings//
GET
Get Default Settings (Entity-Specific)
Description
GET /defaultsettings// Description: Retrieve default settings for a specific entity (label, artist, or user). You can filter by category and include/exclude inactive settings. Entity Types (for this endpoint):label- Label-specific defaults (entityId required)artist- Artist-specific defaults (entityId required)user- User-specific defaults (entityId required)
GET /defaultsettings/{entityType} endpoint instead (without entityId).
Method:
GET
Path Parameters:
| Parameter | Type | Description | Required |
|---|---|---|---|
| entityType | string | Type of entity (label, artist, or user) | Yes |
| entityId | uuid | Entity ID | 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 (label, artist, or user only)
Available options:
label, artist, user Entity ID
Query Parameters
Filter by settings category
Available options:
content, business, ddex, validation Include inactive settings in results