Skip to content

Instantly share code, notes, and snippets.

@heymichaelp
Last active August 29, 2015 14:04
Show Gist options
  • Save heymichaelp/d813249aeae6c5c203fb to your computer and use it in GitHub Desktop.
Save heymichaelp/d813249aeae6c5c203fb to your computer and use it in GitHub Desktop.
GET /users/interactions
{
"diagnostics": [
{
"id": "1234"
},
{
"id": "1235"
}
],
"tools": {
"get_your_game_on": [
{
"id": "4567",
"diagnostic_id": null
},
{
"id": "4568",
"diagnostic_id": "1235"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment