Results per page. The number of objects to return per page. The value must be between 1 and 100.
Example:
50
offset
string
optional
Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
Example:
eyJ0eXAiOJiKV1iQLCJhbGciOiJIUzI1NiJ9
workspace
string
required
The workspace or organization to filter portfolios on.
Example:
1331
owner
string
required
The user who owns the portfolio. Currently, API users can only get a list of portfolios that they themselves own.
Example:
14916
Responses
🟢200Successfully retrieved portfolios.
application/json
Body
data
array[object (PortfolioCompact) {3}]
optional
gid
string
read-onlyoptional
Globally unique identifier of the resource, as a string.