Retrieve an investor entity
Retrieves the details of a single investor entity
To get investor entity information with a full list of fields, 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 | /api/entities/investor/{scopeId}/{investorId} |
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 fieldset which was described on the Investor Entity page
{
"name": "AA",
"legalName": "",
"isThirdParty": false,
"entityStatusId": 0,
"entityStatus": null,
"placeOfIncorporationId": 0,
"placeOfIncorporation": null,
...//other standard fields
}
Updated over 1 year ago