curl --request GET \
--url https://api.example.com/api/v1/accounts/{accountId}/projects/{projectId}/widgets/{widgetId}/configurations/{widgetConfigurationId}/widget-configuration-from-deltas{
"id": "<string>",
"widgetId": "<string>",
"widgetType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"version": "<string>",
"projectId": "<string>",
"configuration": {},
"lastSequenceNumber": 123,
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"status": "<string>"
}Gets the current widget configuration by applying all deltas to the base configuration
curl --request GET \
--url https://api.example.com/api/v1/accounts/{accountId}/projects/{projectId}/widgets/{widgetId}/configurations/{widgetConfigurationId}/widget-configuration-from-deltas{
"id": "<string>",
"widgetId": "<string>",
"widgetType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"version": "<string>",
"projectId": "<string>",
"configuration": {},
"lastSequenceNumber": 123,
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"status": "<string>"
}The ID of the account
The ID of the project
The ID of the widget
The ID of the widget configuration or "latest"
The ID of the project
The widget configuration with deltas applied
The last sequence number of the deltas