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
400
The following error codes can be returned:
- GN0002
- GN0004
- GN0005
Please refer to the error code dictionary for the details of each error code.
application/json
401
The following error codes can be returned:
- AU0001
Please refer to the error code dictionary for the details of each error code.
application/json
403
The following error codes can be returned:
- AU0002
Please refer to the error code dictionary for the details of each error code.