AM/FA - Get Fees Template Details

Details

/external/v1/fees-template

Synopsis

Get Fees Template Details

get

This route is used to retrieve the details of fees template, given a set of search filters. This endpoint is paginated, up to 25 records can be retrieved per call. This endpoint can be called by applications with access to scope "readFeesTemplate".

Required scopes
This endpoint requires the following scopes:
  • : readFeesTemplate
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
pageSizenumberOptional

The number of rows being retrieved. Must be a positive integer.

offsetnumberOptional

The offset (i.e. row start index). Must be a positive integer (or 0).

feesTemplateIdsFilterstringOptional

The comma delimited list of fees template ids to filter the fees template records. Up to 25 ids can be provided. Each id should not exceed 12 characters.

Example: USCCWSF01I00,USCCWSF01I01
feesTemplateStatusFilterstringOptional

The comma delimited list of statuses to filter the fees template records. Up to 4 entries can be provided.Available values: preSync, deleted, created, updated

Example: created,created
Responses
200

Successfully retrieved fees template details

application/json
get
/external/v1/fees-template

Last updated

Was this helpful?