Watts-Lab/surveyor

URL with authentication for responses at the level of a `survey_url` (all responses for that survey), or some set of queries to choose which responses to return as JSON or CSV.

Closed this issue · 1 comments

I think the simplest way to do this would be to just have an end point that is /results/json or /results/csv, and then follows the same URL patterns as the survey requests do.

For now I think we should assume the researchers authenticate with a key in the request header. (which we can deal with as a link if we ever need to, and we can deal with as part of the API for programatic access of data now)

@3hoursofsleep — can you take a look at this once done with the encrypted URL stuff you're working on.