Program status report model

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.

  • 1 - Low
  • 2 - Medium
  • 3 - High
  • 4 - Very high

Enum: null 1 2 3 4
risk_probability
integer or null

The risk probability of the program status report.

  • 1 - Low
  • 2 - Medium
  • 3 - High
  • 4 - Very high

Enum: null 1 2 3 4
status_traffic_light
integer or null

The status traffic light of the program status report.

  • 1 - Green
  • 2 - Yellow
  • 3 - Red

Enum: null 1 2 3
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.

  • 1 - Read
  • 2 - Write
  • 3 - Admin
  • 4 - Owner
Enum: 1 2 3 4
status
integer

The status of the program status report.

  • 0 - Open
  • 1 - Solved
Enum: 0 1
model
string

The program status report model.

Value: "ProgramStatusReport"
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": {
    },
  • "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": {
    },
  • "created_user": {
    },
  • "modified_user": {
    }
}