v1

latestOpenAPI 3.1.02026-07-2496304466.3 KB
Treasury Mandates

Get Customer Fee Composition for a Treasury Fee

Retrieves a paginated breakdown of individual customer fees that contribute to the given aggregated treasury fee.

get/treasury_fees/{fee_id}/customer_fees

Path parameters

fee_idstring required

Unique identifier of the partner treasury fee.

Query parameters

cursorstring

A pagination cursor. When you receive a paginated response containing the property pagination.next_cursor, you can pass its value here to get the next page of results for your query. A cursor will include filter parameters, so there is no need to specify both the cursor and any other filter parameter.

limitinteger

In order to customize the number of elements returned, you can provide a limit here. The service will not return more elements than specified.

Headers

LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required

Response

Paginated list of customer fees

Example response

{
  "pagination": {
    "next_cursor": "<opaque-data>"
  }
}