Get splits
Splits
Get splits
Get All Revenue Split Configurations
GET
Get splits
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
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) |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
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)
Available options:
asc, desc Include temporal coverage analysis for splits with date ranges