GuidesRecipesAPI Reference
Log In
Guides

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 MethodGET
Path/api/entities/investor/{scopeId}/{investorId}
Request parametersScope 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  
}