-
Notifications
You must be signed in to change notification settings - Fork 0
Camden Fullmer edited this page Sep 23, 2013
·
4 revisions
##Users
-
GET /userswill return all users.
[
{
"id": 1,
"name": "Joe Smith",
"studyIds" :
[
1
]
}
]##Studies
-
GET /studieswill return all studies.
[
{
"id": 1,
"name": "Joe Smith",
"created" : "24:00:00-1459"
}
]##Questions
-
GET /questionswill return all questions.
[
{
"id": 1,
"type": 1,
"text": "Sample question to be asked."
}
]##Answers
-
GET /answerswill return all answers.
[
{
"id": 1,
"text": "Answer to the question.",
"question": 1
}
]