AM/FA - Get Breakdown Categories Details

Details

/external/v1/capital-events/categories

Synopsis

Get Breakdown Categories Details

get

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

Required scopes
This endpoint requires the following scopes:
  • : readCapitalEvent
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).

securityIdsFilterstringOptional

The comma delimited list of security ids to filter the breakdown category records. Up to 10 records can be provided. Each record should not exceed 12 characters.

Example: USCCWSF01I00,USCCWSF01I01
securityCorrelationIdsFilterstringOptional

The comma delimited list of security correlation ids to filter the breakdown category records. Up to 10 records can be provided. Each record should not exceed 100 characters.

Example: USCCWSF01I00,USCCWSF01I01
securityCorrelationOrgIdstring · max: 12Optional

The organization identifier linked to the correlation ids provided in the "securityCorrelationIdsFilter" property. If not provided the organization id will be inferred from the access token.

breakdownCategoryIdsFilterstringOptional

The comma delimited list of breakdown category ids to filter the category records. Up to 100 records can be provided. Each record should not exceed 12 characters.

Example: USCCWSF01I00,USCCWSF01I01
Responses
200

Successfully retrieved breakdown categories details

application/json
get
/external/v1/capital-events/categories

Last updated

Was this helpful?