Skip to content

Instantly share code, notes, and snippets.

@Mariusio
Created January 29, 2016 19:27
Show Gist options
  • Save Mariusio/802b29db6355ec2a0e33 to your computer and use it in GitHub Desktop.
Save Mariusio/802b29db6355ec2a0e33 to your computer and use it in GitHub Desktop.
{
"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