List Companies In A Portfolio

This endpoints gets all companies from a specific portfolio based on the portfolio id, optionally filter with query parameters.

SecuritybearerToken
Request
path Parameters
portfolioId
required
number

The unique identifier of the portfolio, obtained from /portfolios.

query Parameters
searchQuery
string

Return companies that match the given value

pageSize
integer

Number of items to return per Page.

page
integer
Default: 0

Starting page number inGlobal Monitoring is 0. If all items are displayed on one page this can also be left blank.

countryCode
string

Return <> that match the given countryCode

Responses
200
400
401
404
get/monitoring/portfolios/{portfolioId}/companies
Request samples
Response samples
application/json
{
  • "correlationId": "23921650-c073-11ea-860f-06bc8182190e",
  • "totalCount": 1,
  • "paging": {
    },
  • "data": [
    ]
}