{
"data": [
{
"assigned_by": "string",
"assigned_by_id": "integer",
"id": "integer"
}
],
"extended_message": "string",
"message": "string",
"status": "string",
"status_code": "integer"
}
| Name | Example | Description |
|---|---|---|
| data[] | ||
| data[].assigned_by | "personal" |
Kept for backwards compatibility Possible values are:
|
| data[].assigned_by_id | 5 |
Kept for backwards compatibility |
| data[].id | 5 |
The eloomi id of the user assigned |
| extended_message |
Text to help with debugging |
|
| message |
Text to help with debugging |
|
| status | "OK" |
HTTP Status text |
| status_code | 200 |
HTTP Status code |