v1

latestOpenAPI 3.1.02026-07-26430119.9 KB

Get all custom widgets

get/accounts/{account_id}/changesets

Path parameters

account_idstring required

Use 'current' keyword to refer to the Main Workspace or the Integer Workspace Id

Response

200

Example response

{
  "_data": [
    {
      "id": 1,
      "name": "Control",
      "isControl": true,
      "heatmapThumbUrl": "<url>",
      "screenshots": {
        "quick": "<url>"
      },
      "percentSplit": 50,
      "sectionId": 1
    }
  ]
}