Get Company Fund Investments

Get the individual funds that a company has invested in. For example, Sequoia Capital may have a "Growth Fund".

Path parameters

companyIDstringRequired
The ID of the company, this must be an Aviato ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

perPageintegerRequired>=0<=100
Number of items per page.
pageintegerRequired
Page number, starts from 0.

Response

This endpoint returns an object.
fundslist of objects
pagesinteger
totalResultsinteger

Errors