{
"data": [
{
"data": "number",
"date": "YYYY-MM-DD HH:MM:SS",
"status": "string",
"subgoal_id": "integer",
"user_id": "integer"
}
],
"extended_message": "string",
"message": "string",
"status": "string",
"status_code": "integer"
}
Name | Example | Description |
---|---|---|
data[] | ||
data[].data | 1000000 |
The number that the user managed to get for the given subgoal |
data[].date | "2015-02-13 20:22:22" |
The time the evaluation was made |
data[].status | "Success" |
Did the update go through Possible values are:
|
data[].subgoal_id | 23 |
The eloomi id of the subgoal that should be evaluated |
data[].user_id | 501 |
The eloomi id of the user that should be evaluated |
extended_message |
Text to help with debugging |
|
message |
Text to help with debugging |
|
status | "OK" |
HTTP Status text |
status_code | 200 |
HTTP Status code |