get https://api-lib.bambu.life/api/portfolioBuilder/v2/distinctColumn
This endpoint returns the distinct values of all funds' symbol, name, sector, CUSIP, ISIN or fund type.
Query Params
Name | Datatype | Description | Mandatory | Sample value | List of possible values | No. of decimal places | Notes |
---|---|---|---|---|---|---|---|
page | Integer | page to be returned | N | 2 | >=1 | 0 | default value = 1 |
limit | Integer | number of records to be returned in a page | N | 50 | >=1 | 0 | default value = 20 |
column | String | property of fund to select distinct values from. | Y | sector | cusip, isin, name, productType, sector, symbol | NA |
Response Body
Name | Datatype | Description | Sample value | No. of decimal Places | Notes |
---|---|---|---|---|---|
metadata | Dictionary | Pagination information | |||
currentPage | Integer | Current page of pagination | 2 | 0 | |
totalPages | Integer | Total number of pages | 23 | 0 | totalPages = totalRecords/maxPageRecord rounded up to nearest integer |
totalRecords | Integer | Total number of records | 1149 | 0 | |
records | List of strings | The distinct values of the property selected | ["Absolute Return Bond USD", "Absolute Return USD High", "Absolute Return USD Low", …] | NA |