Skip to main content
GET
/
api
/
v1
/
accounts
/
{accountId}
/
projects
/
{projectId}
/
widgets
{
  "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,
      "widgetConfigurations": [
        {
          "id": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "deployments": [
            {
              "id": "<string>",
              "name": "<string>",
              "description": "<string>",
              "widgetConfigurationDistributions": [
                {
                  "widgetConfigurationId": "<string>",
                  "distributionPercentage": 123
                }
              ],
              "createdAt": "2023-11-07T05:31:56Z",
              "deactivated": true
            }
          ],
          "status": "<string>"
        }
      ]
    }
  ]
}

Path Parameters

accountId
string
required

The ID of the account

projectId
string
required

The ID of the project

Response

widgets
object[]
required