Skip to content

Instantly share code, notes, and snippets.

@samdelagarza
Created November 5, 2019 16:40
Show Gist options
  • Save samdelagarza/5675ed68d1bf5db5f1987fa15f41c3c3 to your computer and use it in GitHub Desktop.
Save samdelagarza/5675ed68d1bf5db5f1987fa15f41c3c3 to your computer and use it in GitHub Desktop.
FullWidgetData
[
{
"userId": "abc123",
"dashboard": {
"id": "8a568ff1-g1f2-123d-999d-9594535699ca",
"name": "my favorites",
"slug": "my-favorites",
"description": "some",
"layoutId": 123,
"isDefault": true,
"widgets": [
{
"source": {
"initiativeId": "abc123",
"widgetId": "1tuv3",
"widgetContentVersion": "0.1"
},
"defaults": [
{ "type": "widget", "filters": [], "groupBy": [] },
{ "type": "global", "filters": [] }
],
"overrides": [
{ "type": "widget", "filters": [], "groupBy": [] },
{ "type": "global", "filters": [] }
]
},
{
"source": {
"initiativeId": "abc123",
"widgetId": "1aed3",
"widgetContentVersion": "0.1"
},
"defaults": [
{ "type": "widget", "filters": [], "groupBy": [] },
{ "type": "global", "filters": [] }
],
"overrides": [
{ "type": "widget", "filters": [], "groupBy": [] },
{ "type": "global", "filters": [] }
]
}
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment