Get All Revenue Split Configurations
The Get All Revenue Split Configurations endpoint allows you to retrieve a list of revenue split configurations based on specified filters and pagination.
Method:
GET
Query Parameters:
Parameter | Type | Description |
---|---|---|
page | number | (Optional) The page number for pagination. Default is 1 |
size | number | (Optional) The number of items per page. Default is 10 |
include | string | (Optional) Specify ācountā to include the total count of items |
asset | string | (Optional) Filter by asset UUID |
product | string | (Optional) Filter by product UUID |
type | string | (Optional) Filter by revenue split type |
user | string | (Optional) Filter by user UUID |
q | string | (Optional) Search query |
sort | string | (Optional) Field to sort by |
order | string | (Optional) Sort order (asc/desc) |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
The page number for pagination
The number of items per page
Specify 'count' to include the total count of items
Filter by asset UUID
Filter by product UUID
Filter by revenue split type
Filter by user UUID
Search query
Field to sort by
Sort order (asc/desc)
asc
, desc
Include temporal coverage analysis for splits with date ranges
Successfully retrieved splits
The response is of type object
.