Skip to main content
GET
/
api
/
v1
/
accounts
/
{accountId}
/
projects
/
{projectId}
/
widgets
/
{widgetId}
/
configurations
/
{widgetConfigurationId}
/
deltas
[
  {
    "id": "<string>",
    "accountId": "<string>",
    "baseWidgetConfigurationId": "<string>",
    "creatorId": "<string>",
    "delta": {},
    "fullConfiguration": {},
    "createdAt": "<string>",
    "sequenceNumber": 123
  }
]

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
string
required

The ID of the widget configuration

Response

id
string
required

The ID of the widget configuration delta

accountId
string
required

The ID of the account

baseWidgetConfigurationId
string
required

The ID of the base widget configuration

creatorId
string
required

The ID of the creator

delta
object
required

The patch applied to the widget configuration

createdAt
string
required

The timestamp when the delta was created

sequenceNumber
number
required

The sequence number of the delta

fullConfiguration
object

The full widget configuration after applying the patch