v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Portfolio Monitoring

Get Portfolio Groups

Get all portfolio groups in the organization with pagination. Groups are sorted by created_at in descending order. Optionally filter by group name using the 'q' parameter.

get/portfolio/groups

Query parameters

qstring nullable

The query param to search by portfolio group name. If provided, only groups with names containing this term (case-insensitive) will be returned.

The query param to search by portfolio group name. If provided, only groups with names containing this term (case-insensitive) will be returned.

limitinteger

Maximum number of records to return in a single page. Must be between 1 and 1000.

Maximum number of records to return in a single page. Must be between 1 and 1000.

offsetinteger nullable

Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.

Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.

cursorstring nullable

Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.

Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.

Response

Response

idstring uuid required

The unique identifier of the portfolio group.

namestring required

The name of the portfolio group.

items_countinteger required

The number of items in this portfolio group.

created_atstring date-time required

When the portfolio group was created.

updated_atstring date-time nullable required

When the portfolio group was last updated.

console_urlstring required