The measure status report model represents a measure status report in Falcon.
id | integer The id of the measure status report. |
hash | string The unique hash of the measure status report. |
subject | string The subject 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. |
risk_impact | integer or null The risk impact of the measure status report.
|
risk_probability | integer or null The risk probability of the measure status report.
|
status_traffic_light | integer or null The status traffic light of the measure status report.
|
object or null <array> The traffic light values of 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 and can not be edited afterwards. | |
solved_time | string or null <date-time> The solved time of the measure status report. For open measure status reports the solved time is null. |
flagged | boolean The flagged flag of 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 permission for the authenticated user 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 of the measure status report. | |
object (User) The created user of the measure status report. | |
object (User) The modified user of the measure status report. |
{- "id": 7,
- "hash": "321255e96d5ef08f1eb89ecc8e0d27978eb2369c",
- "subject": "",
- "comment": "Negotiations with Datsun Global are tough, management involvement is desired.",
- "risks": "",
- "decisions": "",
- "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",
- "umask": 4,
- "status": 0,
- "model": "MeasureStatusReport",
- "measure": {
- "id": 3,
- "hash": "2bd66b9d957f9bfc60d39611ef7cdd4fe4cf10b4",
- "name": "Machinery hall",
- "locked": false,
- "model": "Measure",
- "measure_package": {
- "id": 2,
- "hash": "f0272db23b7a54255a8ee7c44ce14a07377c2511",
- "name": "Production",
- "model": "MeasurePackage",
- "project": {
- "id": 1,
- "hash": "3768a155ad95449839a74880d633c10ad48f67c1",
- "name": "Phoenix",
- "model": "Project",
- "program": {
- "id": 1,
- "hash": "d347f256577eb205313a6e112b8e44a4af45ecfa",
- "name": "Airborne",
- "model": "Program"
}
}
}
}, - "created_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "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": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "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"
}
}