kante / Tangra

Tangra: A web-based tool for administering research studies and tracking participant progress.
1 stars 0 forks source link

responses from public_api are too restrictive #35

Open kante opened 10 years ago

kante commented 10 years ago

We should return something like:

{
     "status" : "SUCCESS" or "FAILURE,
     "error_message" : An error message explaining what happened on a "FAILURE",
     "data":  The data that is associated with a "SUCCESS"
}