/corpgov/portfolio-meetings
GET/corpgov/portfolio-meetingsapplication/json · application/xml · text/csv
Requires your access key in the X-Dataflow-Key header (or key query parameter). Which parameters and response fields are available to you depends on your contract; your personal OpenAPI spec from /resources/open-api shows your exact surface.
curl -H "X-Dataflow-Key: $DATAFLOW_KEY" \
"https://dataflow.modularfinance.com/api/corpgov/portfolio-meetings"Query parameters
| Parameter | Type | Description |
|---|---|---|
| owner-ids | integer[] | Owners whose portfolio companies' meetings to include. Required. |
Response
An array of CorpgovMeeting rows, streamed for JSON and CSV.
| Field | Type | Description |
|---|---|---|
| company_id | integer | Modular Finance company identifier. |
| company_name | string | Company name. |
| country | string | Country where the company is listed (ISO 3166-1 alpha-2). |
| date | string | Date of the general meeting (YYYY-MM-DD). |
| event | string | Type of meeting or governance event. |
| lei | string | Legal Entity Identifier (LEI) of the company. |
| owner_name | string | Name of the owner whose portfolio company is holding the meeting. |
| requested_at | string | When the meeting information was recorded. |
| underlying_owners | string[] | Underlying owners (e.g. funds) connected to the owner for this meeting. |
