Last active
August 29, 2015 14:04
-
-
Save heymichaelp/d813249aeae6c5c203fb to your computer and use it in GitHub Desktop.
GET /users/interactions
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
{ | |
"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