Retrieve an investor entity
Retrieves the details of a single investor entity
To get investor entity information with a full list of standard fields only, the API is shown in the table below.
Value | |
|---|---|
HTTP Method | GET |
Path | /api/entities/investor/{scopeId}/{investorId} |
Request parameters | Scope ID: A scope ID in which you want to retrieve investor entity information. Investor ID (number): An investor entity unique ID |
Reference |
Parsing investor entity response
The return result of the investor entity list API is in an array of investor entity objects. Investor objects returned from the list API have standard field set which was described on the Investor Entity page. It does not return dynamic/custom fields.
{
"name": "AA",
"legalName": "",
"isThirdParty": false,
"entityStatusId": 0,
"entityStatus": null,
"placeOfIncorporationId": 0,
"placeOfIncorporation": null,
...//other standard fields
}Updated 3 months ago
