GuidesRecipesAPI Reference
Log In
Guides

Get multiple investors information

Value
DescriptionRetrieve multiple specified investor’s details within a scope. The return data includes both standard and dynamic fields.
Path/api/entities/investor/multiple/list/{scopeId}
MethodPOST
Request ParametersscopeId: A scope ID in which you want to get investor list. If an investor ID supplied is not in the scope ID, an error will occur.
Request BodyArray containing requested scopeId numbers.
Responses200 (OK): Array of investor data
400 (Bad Request): Investor ID list cannot be empty and must be in number format.
400 (Bad Request): Some of the IDs provided don't exist.
400 (Bad Request): Invalid HTTP request, unable to extract user information from this request.
ReferenceLink

Request body example

[27, 26, 64, 63]

Response body example