Distinction

This endpoint returns the distinct values of all funds' symbol, name, sector, CUSIP, ISIN or fund type.

Query Params

NameDatatypeDescriptionMandatorySample valueList of possible valuesNo. of decimal placesNotes
pageIntegerpage to be returnedN2>=10default value = 1
limitIntegernumber of records to be returned in a pageN50>=10default value = 20
columnStringproperty of fund to select distinct values from.Ysectorcusip, isin, name, productType, sector, symbolNA

Response Body

NameDatatypeDescriptionSample valueNo. of decimal PlacesNotes
metadataDictionaryPagination information
currentPageIntegerCurrent page of pagination20
totalPagesIntegerTotal number of pages230totalPages = totalRecords/maxPageRecord rounded up to nearest integer
totalRecordsIntegerTotal number of records11490
recordsList of stringsThe distinct values of the property selected["Absolute Return Bond USD", "Absolute Return USD High", "Absolute Return USD Low", …]NA
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!