Created
January 29, 2016 19:27
-
-
Save Mariusio/802b29db6355ec2a0e33 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"data":{ | |
"id":"11", | |
"type":"dashboards", | |
"attributes":{ | |
"organization_id":4, | |
"user_id":5, | |
"name":"Demo", | |
"share_token":"token" | |
}, | |
"relationships":{ | |
"organization":{ | |
"data":{ | |
"id":"4", | |
"type":"organizations" | |
} | |
}, | |
"user":{ | |
"data":{ | |
"id":"5", | |
"type":"users" | |
} | |
}, | |
"charts":{ | |
"data":[ | |
{ | |
"id":"66", | |
"type":"charts" | |
}, | |
{ | |
"id":"65", | |
"type":"charts" | |
}, | |
{ | |
"id":"64", | |
"type":"charts" | |
} | |
] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment