List All Portfolios

This endpoint allows you to manage portfolios. You can use the GET method to retrieve all portfolios associated with the user.

SecuritybearerToken
Request
query Parameters
searchQuery
string

Return portfolios that match the given value

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.

pageSize
integer

Number of items to return per Page.

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