{
"data": [
{
"employee_ids": [
"integer"
],
"expected": "number",
"status": "string",
"user_ids": [
"integer"
],
"weight": "number"
}
],
"extended_message": "string",
"message": "string",
"status": "string",
"status_code": "integer"
}
| Name | Example | Description |
|---|---|---|
| data[] | ||
| data[].employee_ids[] | [ "E1234", "E4321" ] |
The employee ids of the users that should have this assigned |
| data[].expected | 2.5 |
The target to hit for this subgoal |
| data[].status | "Success" |
Did the update go through Possible values are:
|
| data[].user_ids[] | [ 1, 2 ] |
The eloomi ids of the users that should have this assigned |
| data[].weight | 1 |
The weight of the goal relative to the other subgoals |
| extended_message |
Text to help with debugging |
|
| message |
Text to help with debugging |
|
| status | "OK" |
HTTP Status text |
| status_code | 200 |
HTTP Status code |