id | integer The id of the measure status report. |
hash | string The unique hash identifier of the measure status report. |
comment | string The comment of the measure status report. |
risks | string The risks of the measure status report. |
decisions | string The decisions of the measure status report. |
data | Array of arrays or null or null read-only The traffic light values for the measure budgeting effects and the activity start and end time of the measure. The data is stored when the measure status report is created. |
solved_time | string or null <date-time> The solved time for the measure status report. For open measure status reports the solved time is null. |
flagged | boolean The flagged flag for the measure status report. |
created_time | string <date-time> The created time of the measure status report. |
modified_time | string <date-time> The modified time of the measure status report. |
modified_user_time | string <date-time> The modified user time of the measure status report. |
umask | integer The umask of the measure status report.
|
status | integer The status of the measure status report.
|
model | string The measure status report model. |
object (Measure) The measure for the activity. | |
object (User) The created user for the measure status report. | |
object (User) The modified user for the measure status report. |
{- "id": 7,
- "hash": "321255e96d5ef08f1eb89ecc8e0d27978eb2369c",
- "comment": "Negotiations with Datsun Global are tough, management involvement is desired.",
- "risks": null,
- "decisions": null,
- "data": {
- "measure_budgeting_effect_traffic_lights": [
- {
- "percent": 73,
- "count": 11
}, - {
- "percent": 7,
- "count": 1
}, - {
- "percent": 20,
- "count": 3
}
], - "measure_activity_start_time_traffic_lights": [
- {
- "percent": 60,
- "count": 3
}, - {
- "percent": 20,
- "count": 1
}, - {
- "percent": 20,
- "count": 1
}
], - "measure_activity_end_time_traffic_lights": [
- {
- "percent": 80,
- "count": 4
}, - {
- "percent": 0,
- "count": 0
}, - {
- "percent": 20,
- "count": 1
}
]
}, - "solved_time": null,
- "flagged": false,
- "created_time": "2022-05-04T16:51:39.000000Z",
- "modified_time": "2022-05-05T07:48:14.000000Z",
- "modified_user_time": "2022-05-05T07:48:14.000000Z",
- "status": 0,
- "model": "MeasureStatusReport",
- "created_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Titan",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}, - "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Titan",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}
}