-
Notifications
You must be signed in to change notification settings - Fork 1
POST Reminders Send
Julien Lesaffre edited this page Mar 28, 2019
·
1 revision
Send reminders to students that did not submit their form in time and return the list of reminders sent
POST
/reminders/send
An array of reminders, each containing the following fields:
-
reminderId
- 911 -
subject
- "Tasks Workload Report Submission" -
date
- Date submitted -
deadline
- Deadline to submit the form -
description
- "You only have 3 days left to submit your Task Workload Report!" -
urgency
- 3 -
coop
- Coop Object for which a form is required
Request: POST
http://localhost:8080/reminders/send
Success Response:
-
Code: 200
- Content:
{
"phone": 438,
"subject":"Tasks Workload Report Submission",
"date": "23-03-2019",
"deadline": "26-03-2019",
"description": "You only have 3 days left to submit your Task Workload Report!",
"urgency": 3,
"coop": {},
}
1.1 Requirements Model
1.2 Domain Model
1.3 Deliverable 1 Report
2.1 RESTful Service Endpoints
2.2 Software Quality Assurance
2.3 Deliverable 2 Report
3.1 Architecture Model
3.2 Deliverable 3 Report
4.0 Before Anything
4.1 User Documentation
4.2 User Experience
4.3 Software Testing Update
4.4 Android App Instructions
4.5 Deliverable 4 Report