# day-feedback Daily feedback and mood tracking ## Creates new day feedback ('How was your day/sleep?') - [POST /v1/day-feedback](https://docs.api.nowatch.tech/apis/day-feedback/dayfeedbackcontroller_createv1.md): Each day, the user receives two questions in the app, under the Now tab. ### "How was your day?" question This question appears once each day, when you open the app after the theoretical end of the workday (between 5 p.m. and midnight). * Possible values: very bad, bad, okay, good, very good. ### "How was your sleep?" question This question appears once each day, when you open the app after the theoretical end of the night of sleep (between 4 a.m. and midday). * Possible values: very bad, bad, okay, good, very good. ## Fetch all user day feedbacks based on type, start, end date - [GET /v1/day-feedback](https://docs.api.nowatch.tech/apis/day-feedback/dayfeedbackcontroller_findallv1.md) ## Fetch day-feedback - [GET /v1/day-feedback/{id}](https://docs.api.nowatch.tech/apis/day-feedback/dayfeedbackcontroller_findonev1.md) ## Update day-feedback - [PUT /v1/day-feedback/{id}](https://docs.api.nowatch.tech/apis/day-feedback/dayfeedbackcontroller_updatev1.md) ## Delete day-feedback - [DELETE /v1/day-feedback/{id}](https://docs.api.nowatch.tech/apis/day-feedback/dayfeedbackcontroller_removev1.md)