Get Royalties grouped by table source
Get Royalties grouped by table source
Description
Get Royalties grouped by table source This endpoint retrieves royalty data grouped by data source tables, showing revenue breakdown by origin table. Authorization:- Required role:
useror higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Filters the data by artist. Comma-separated list of artist IDs
Filters the data by user. Specifies a user ID
Filter the data by country. Comma-separated values
Filters by DSP (Digital Service Provider). Comma-separated values
Start date of the period (YYYY-MM-DD format)
End date of the period (YYYY-MM-DD format)
Filters by sale type. Comma-separated values
Filters by aggregator. Comma-separated values
Filters by data source table name. Comma-separated values for multiple tables
Filters by UPC (Universal Product Code). Comma-separated values
Filters by ISRC (International Standard Recording Code). Comma-separated values
Filters by either 'accounting' or 'sale' period
accounting, sale Page number for pagination
x >= 1Number of items per page
1 <= x <= 100Free-text search across table name. Max 100 characters. Special characters (quotes, semicolons, backticks) are stripped for safety.
100Column to sort results by. Defaults to Royalty if not specified or if an invalid column is provided.
Table_Name, Royalty, Count Sort direction. Defaults to DESC if not specified.
ASC, DESC