The program status report model represents a program status report in Falcon.
id | integer The id of the program status report. |
hash | string The unique hash of the program status report. |
subject | string The subject of the program status report. |
comment | string The comment of the program status report. |
risks | string The risks of the program status report. |
decisions | string The decisions of the program status report. |
risk_impact | integer or null The risk impact of the program status report.
|
risk_probability | integer or null The risk probability of the program status report.
|
status_traffic_light | integer or null The status traffic light of the program status report.
|
object or null <array> The traffic light values of the program budgeting effects and the activity start and end time values of the program. The data is stored when the program status report is created and can not be edited afterwards. | |
solved_time | string or null <date-time> The solved time of the program status report. For open program status reports the solved time is null. |
flagged | boolean The flagged flag of the program status report. |
created_time | string <date-time> The created time of the program status report. |
modified_time | string <date-time> The modified time of the program status report. |
modified_user_time | string <date-time> The modified user time of the program status report. |
umask | integer The permission for the authenticated user of the program status report.
|
status | integer The status of the program status report.
|
model | string The program status report model. |
object (Program) The program of the program status report. | |
object (User) The created user of the program status report. | |
object (User) The modified user of the program status report. |
{- "id": 3,
- "hash": "da3d7fdf88daef2ae24eddbac386d0e3aa7e6a52",
- "subject": "",
- "comment": "We see a risk in regard to further inventory reduction. Seasonal planning is supplemented to minimize this.",
- "risks": "",
- "decisions": "",
- "data": {
- "project_budgeting_effect_traffic_lights": [
- {
- "percent": 61,
- "count": 22
}, - {
- "percent": 14,
- "count": 5
}, - {
- "percent": 25,
- "count": 9
}
], - "project_activity_start_time_traffic_lights": [
- {
- "percent": 24,
- "count": 10
}, - {
- "percent": 12,
- "count": 5
}, - {
- "percent": 63,
- "count": 26
}
], - "project_activity_end_time_traffic_lights": [
- {
- "percent": 24,
- "count": 10
}, - {
- "percent": 15,
- "count": 6
}, - {
- "percent": 61,
- "count": 25
}
]
}, - "solved_time": null,
- "flagged": false,
- "created_time": "2022-11-29T13:12:46.000000Z",
- "modified_time": "2022-11-29T13:12:46.000000Z",
- "modified_user_time": "2022-11-29T13:12:46.000000Z",
- "umask": 2,
- "status": 0,
- "model": "ProgramStatusReport",
- "program": {
- "id": 1,
- "hash": "1650600bd010a50897b50572382460965fed588a",
- "name": "Airborne",
- "paused": false,
- "locked": false,
- "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-25T09:02:43.000000Z",
- "modified_user_time": "2022-05-25T09:02:43.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-25T09:02:43.000000Z",
- "modified_user_time": "2022-05-25T09:02:43.000000Z",
- "model": "User"
}
}