GET api/GetInvestorEntityList?investorId={investorId}&SnapshotStartDate={SnapshotStartDate}&SnapshotEndDate={SnapshotEndDate}&IsChart={IsChart}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| investorId | integer |
Required |
|
| SnapshotStartDate | string |
None. |
|
| SnapshotEndDate | string |
None. |
|
| IsChart | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfInvestorEnityModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of InvestorEnityModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"CLIENT_REFERENCE_ID": "sample string 1",
"LEGAL_ENTITY_NAME": "sample string 2",
"Str_DATE_INVESTMENT": "sample string 3",
"Str_DATE_DISPOSAL": "sample string 4",
"TAX_RESIDENCY": "sample string 5",
"TAX_RESIDENCY_2": "sample string 6",
"PERCENTAGE": 1.0,
"strPERCENTAGE": "sample string 7",
"FATCA_REPORTING_REQUIRED": "sample string 8",
"CRS_REPORTING_REQUIRED": "sample string 9",
"INVESTMENT_TYPE": "sample string 10",
"INVESTMENT_TYPE_ID": 1,
"INVESTMENT_TYPE_NAME": "sample string 11",
"INSTRUMENT_TYPE": "sample string 12",
"AMOUNT_HELD": "sample string 13",
"ADDRESS_CITY": "sample string 14",
"AddressCountryName": "sample string 15",
"ManagemetCountryName": "sample string 16",
"FATCA_CLASSIFICATION": 1,
"CRS_CLASSIFICATION": 1,
"ADDRESS_COUNTRY_ID": 1,
"MANAGEMENT_COUNTRY_ID": 1,
"TOP_INVESTOR_ID": 1,
"BOT_ENTITY_ID": 1,
"strBOT_ENTITY_ID": "sample string 17",
"FATCA_CLASSIFICATION_NAME": "sample string 18",
"CRS_CLASSIFICATION_NAME": "sample string 19",
"RECORD_ID": 1,
"strRECORD_ID": "sample string 20",
"ENTITY_INVESTOR_NAME": "sample string 21",
"EntityRecordId": 1,
"strEntityRecordId": "sample string 22",
"US_TAX_CLASSIFICATION_ID": 1,
"LOCAL_TAX_CLASSIFICATION_ID": 1,
"strUS_TAX_STATUS": "sample string 23",
"strLOCAL_TAX_STATUS": "sample string 24",
"INVESTMENT_CATEGORY": "sample string 25",
"INVESTMENT_CATEGORY_ColorCode": "sample string 26",
"InvestmentCategoryColorCode": "sample string 27",
"InvestmentCategoryName": "sample string 28",
"strRECORD_START_DT": "sample string 29",
"strRECORD_END_DT": "sample string 30",
"strLIQUIDATION_DATE": "sample string 31",
"CLIENT_REFERENCE_NAME": "sample string 32",
"INVESTMENT_AMOUNT": "sample string 33",
"OtherConnectorInfo": "sample string 34",
"CONNECTOR_DISPLAY": "sample string 35",
"CONNECTOR_TYPE": "sample string 36",
"CONNECTOR_COLOUR": "sample string 37",
"CONNECTOR_DISPLAY_DYNAMIC_FIELD": "sample string 38",
"FORMATION_DATE": "2025-10-29T13:04:47.6425616+00:00",
"LIQUIDATION_DATE": "2025-10-29T13:04:47.6425616+00:00",
"VAT_NUMBER": "sample string 39",
"USCTAFinCENID": "sample string 40"
},
{
"CLIENT_REFERENCE_ID": "sample string 1",
"LEGAL_ENTITY_NAME": "sample string 2",
"Str_DATE_INVESTMENT": "sample string 3",
"Str_DATE_DISPOSAL": "sample string 4",
"TAX_RESIDENCY": "sample string 5",
"TAX_RESIDENCY_2": "sample string 6",
"PERCENTAGE": 1.0,
"strPERCENTAGE": "sample string 7",
"FATCA_REPORTING_REQUIRED": "sample string 8",
"CRS_REPORTING_REQUIRED": "sample string 9",
"INVESTMENT_TYPE": "sample string 10",
"INVESTMENT_TYPE_ID": 1,
"INVESTMENT_TYPE_NAME": "sample string 11",
"INSTRUMENT_TYPE": "sample string 12",
"AMOUNT_HELD": "sample string 13",
"ADDRESS_CITY": "sample string 14",
"AddressCountryName": "sample string 15",
"ManagemetCountryName": "sample string 16",
"FATCA_CLASSIFICATION": 1,
"CRS_CLASSIFICATION": 1,
"ADDRESS_COUNTRY_ID": 1,
"MANAGEMENT_COUNTRY_ID": 1,
"TOP_INVESTOR_ID": 1,
"BOT_ENTITY_ID": 1,
"strBOT_ENTITY_ID": "sample string 17",
"FATCA_CLASSIFICATION_NAME": "sample string 18",
"CRS_CLASSIFICATION_NAME": "sample string 19",
"RECORD_ID": 1,
"strRECORD_ID": "sample string 20",
"ENTITY_INVESTOR_NAME": "sample string 21",
"EntityRecordId": 1,
"strEntityRecordId": "sample string 22",
"US_TAX_CLASSIFICATION_ID": 1,
"LOCAL_TAX_CLASSIFICATION_ID": 1,
"strUS_TAX_STATUS": "sample string 23",
"strLOCAL_TAX_STATUS": "sample string 24",
"INVESTMENT_CATEGORY": "sample string 25",
"INVESTMENT_CATEGORY_ColorCode": "sample string 26",
"InvestmentCategoryColorCode": "sample string 27",
"InvestmentCategoryName": "sample string 28",
"strRECORD_START_DT": "sample string 29",
"strRECORD_END_DT": "sample string 30",
"strLIQUIDATION_DATE": "sample string 31",
"CLIENT_REFERENCE_NAME": "sample string 32",
"INVESTMENT_AMOUNT": "sample string 33",
"OtherConnectorInfo": "sample string 34",
"CONNECTOR_DISPLAY": "sample string 35",
"CONNECTOR_TYPE": "sample string 36",
"CONNECTOR_COLOUR": "sample string 37",
"CONNECTOR_DISPLAY_DYNAMIC_FIELD": "sample string 38",
"FORMATION_DATE": "2025-10-29T13:04:47.6425616+00:00",
"LIQUIDATION_DATE": "2025-10-29T13:04:47.6425616+00:00",
"VAT_NUMBER": "sample string 39",
"USCTAFinCENID": "sample string 40"
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}