-
Notifications
You must be signed in to change notification settings - Fork 0
Assess from teacher
Insane edited this page Sep 9, 2015
·
1 revision
parameters: from/to/most
json response:
[{
"id":4,
"timestamp":12314313123,
"publisher":"杨老师",
"comments":"我这周请假了",
"emotion":3,
"dining":3,
"rest":3,
"activity":3,
"game":3,
"exercise":3,
"self_care":3,
"manner":3,
"child_id":"1_93740362_456",
"school_id":93740362
}]request payload:
{
"publisher":"杨老师",
"comments":"我这周请假了",
"emotion":3,
"dining":3,
"rest":3,
"activity":3,
"game":3,
"exercise":3,
"self_care":3,
"manner":3,
"child_id":"1_93740362_456",
"school_id":93740362
}response json:
{
"id":4,
"timestamp":12314313123,
"publisher":"杨老师",
"comments":"我这周请假了",
"emotion":3,
"dining":3,
"rest":3,
"activity":3,
"game":3,
"exercise":3,
"self_care":3,
"manner":3,
"child_id":"1_93740362_456",
"school_id":93740362
}delete given assessId
assessId is the field id in creating response.