curl --request GET \
--url https://api.example.com/api/v1/accounts/{accountId}/projects/{projectId}/configurations{
"widgetConfigurations": [
{
"id": "<string>",
"widgetId": "<string>",
"widgetType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"version": "<string>",
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"status": "<string>"
}
]
}Retrieves widget configurations filtered by group type or widget ID for the specified account and project
curl --request GET \
--url https://api.example.com/api/v1/accounts/{accountId}/projects/{projectId}/configurations{
"widgetConfigurations": [
{
"id": "<string>",
"widgetId": "<string>",
"widgetType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"version": "<string>",
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"status": "<string>"
}
]
}The ID of the account
The ID of the project
Filter by group type (deprecated)
Filter by scope type
Filter by widget ID
Show child attributes