Skip to content

Instantly share code, notes, and snippets.

@datafatmunger
Created August 18, 2012 12:51
Show Gist options
  • Save datafatmunger/3386664 to your computer and use it in GitHub Desktop.
Save datafatmunger/3386664 to your computer and use it in GitHub Desktop.
Ideedock Reponse Examples
// questions endpoint - /topic/questions
{
"id":"b98ea39b-f44e-4f89-b32f-dc450bb84565",
"question":"How do we keep birds away from airports?",
"user":{
"email":"sophie@example.com",
"id":"500fc8c13eca27796000004a",
"name":"jbg",
"url":"dev.ideedock.com"
},
"created":"2012-08-18T12:45:43.449Z",
"time":"2012-08-18T12:45:43.449Z",
"end":"2012-08-20T12:45:43.449Z",
"url":"dev.ideedock.com",
"clientId":"f35cd9d0-04f5-42b5-b1c8-458ceec10648",
"userId":"500fc8c13eca27796000004a"
}
// answers endpoint - /topic/answers
{
"id":"c73ed54d-b9b6-419d-a641-3de3f01e6f3c",
"questionId":"b98ea39b-f44e-4f89-b32f-dc450bb84565",
"answer":"Carefully!",
"time":"2012-08-18T12:49:51.882Z",
"user":{
"email":"sophie@example.com",
"id":"500fc8c13eca27796000004a",
"name":"jbg",
"url":"dev.ideedock.com"
},
"url":"dev.ideedock.com",
"clientId":"f35cd9d0-04f5-42b5-b1c8-458ceec10648",
"userId":"500fc8c13eca27796000004a"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment