Skip to main content
GET
/
api
/
v1
/
investor-portfolios
/
{portfolioId}
/
relationships
cURL
curl -sS -X GET "$FLUIDE_BASE_URL/api/v1/investor-portfolios/string/relationships"
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Path Parameters

portfolioId
string
required

portfolioId identifier

Query Parameters

status
enum<string>[]
Available options:
INVITED,
ACTIVE,
DECLINED,
EXITED,
TERMINATED
stage
enum<string>[]
Available options:
WATCHING,
DUE_DILIGENCE,
INVESTED,
EXITED
limit
number
Required range: 1 <= x <= 200

Response

List Relationships

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload