We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please write specs for the this story and finish the not implemented features. (If there is more please don't delete it)
As a therapist I view a journal with all entries.
Sent a GET to -/user/journals/{:uuid}-
{ "journals": { "uuid": "{UUID}", "created_at": "2014-09-26T22:36:58.102Z", "updated_at": "2014-09-26T22:36:58.387Z", "answers" : [ { "title": "How are you feeling?", "created_at": "2014-09-26T22:36:58.102Z", "updated_at": "2014-09-26T22:36:58.387Z", "values" : { "general" : 20, ... } }, { "title": "Describe the circumstances", "created_at": "2014-09-26T22:36:58.102Z", "updated_at": "2014-09-26T22:36:58.387Z", "values" : [ "I was at school", "Scored a nice chick", ... ] } ] } }
The text was updated successfully, but these errors were encountered:
Define the data structure.
Sorry, something went wrong.
No branches or pull requests
Please write specs for the this story and finish the not implemented features. (If there is more please don't delete it)
User Story
As a therapist I view a journal with all entries.
Regular Process
Sent a GET to -/user/journals/{:uuid}-
The text was updated successfully, but these errors were encountered: