v3

latestOpenAPI 3.1.02026-07-31115157197.4 KB
Framework

Create Framework Group

Create a new framework group.

A framework group is a collection of frameworks that can be used for organized visualization and analysis.

Args: name: Group name description: Optional group description framework_ids: List of framework UUIDs to include in group

Returns: Created WorkbookGroup object with id, timestamps, etc.

post/v2/framework/groups

Request body

namestring required
descriptionstring nullable
framework_idsstring[]
configobject nullable

Response

Successful Response

idstring required
namestring required
descriptionstring nullable
framework_idsstring[]
created_atstring required
updated_atstring required
owner_emailstring nullable
framework_countinteger required

Computed field: count of frameworks in the group