Path Parameters
The ID of the account
{
"groups": [
{
"type": "<string>",
"count": 123,
"widgets": [
{
"id": "<string>",
"accountId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"type": "<string>",
"projectId": "<string>",
"deployments": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"environmentId": "<string>",
"widgetId": "<string>",
"accountId": "<string>",
"widgetConfigurations": [
{
"widgetConfigurationId": "<string>",
"distributionPercentage": 123,
"widgetConfigurationVersion": 123
}
]
}
],
"lastWidgetConfigurationVersion": 123,
"lastDeltaSequenceNumber": 123
}
]
}
]
}Retrieves all groups for the specified account
{
"groups": [
{
"type": "<string>",
"count": 123,
"widgets": [
{
"id": "<string>",
"accountId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"type": "<string>",
"projectId": "<string>",
"deployments": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"environmentId": "<string>",
"widgetId": "<string>",
"accountId": "<string>",
"widgetConfigurations": [
{
"widgetConfigurationId": "<string>",
"distributionPercentage": 123,
"widgetConfigurationVersion": 123
}
]
}
],
"lastWidgetConfigurationVersion": 123,
"lastDeltaSequenceNumber": 123
}
]
}
]
}The ID of the account
Show child attributes