Skip to main content
GET
/
api
/
v1
/
accounts
/
{accountId}
/
projects
/
{projectId}
/
widgets
/
{widgetId}
/
configurations
/
{widgetConfigurationId}
/
widget-configuration-from-deltas
Get Widget Configuration from Deltas
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>"
}

Path Parameters

accountId
string
required

The ID of the account

projectId
string
required

The ID of the project

widgetId
string
required

The ID of the widget

widgetConfigurationId
required

The ID of the widget configuration or "latest"

Response

id
string
required
widgetId
string
required
widgetType
string
required
createdAt
string<date-time>
required
version
string
required
projectId
string
required

The ID of the project

configuration
object
required

The widget configuration with deltas applied

lastSequenceNumber
number
required

The last sequence number of the deltas

name
string
slug
string
description
string
status
string