Created
November 5, 2019 16:40
-
-
Save samdelagarza/5675ed68d1bf5db5f1987fa15f41c3c3 to your computer and use it in GitHub Desktop.
FullWidgetData
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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