Program model

The program model represents a program in Falcon.

id
integer

The id of the program.

hash
string

The unique hash of the program.

name
string

The name of the program.

description
string

The description of the program.

targets
string

The targets of the program.

assumptions
string

The assumptions of the program.

miscellaneous
string

The miscellaneous of the program.

paused
boolean

The paused flag of the program.

locked
boolean

The locked flag of the program.

guarded
boolean

The guarded flag of the program.

created_time
string <date-time>

The created time of the program.

modified_time
string <date-time>

The modified time of the program.

modified_user_time
string <date-time>

The modified user time of the program.

projects_count
integer >= 0

The number of projects of the program.

umask
integer

The permission for the authenticated user of the program.

  • 1 - Read
  • 2 - Write
  • 3 - Admin
  • 4 - Owner
Enum: 1 2 3 4
model
string

The program model.

Value: "Program"
object (Budgeting)

The budgeting of the program.

object (Schedule)

The schedule of the program.

object (Workflow)

The workflow of the program.

object or null (ProgramSchedule)

The schedule of the program.

object or null (BudgetingItem)

The budgeting item of the program.

object or null (User)

The responsible user of the program.

object or null (User)

The strategic user of the program.

object (User)

The created user of the program.

object (User)

The modified user of the program.

{
  • "id": "1,",
  • "hash": "1650600bd010a50897b50572382460965fed588a",
  • "name": "Airborne",
  • "description": "",
  • "targets": "",
  • "assumptions": "",
  • "miscellaneous": "",
  • "paused": false,
  • "locked": false,
  • "guarded": false,
  • "created_time": "2022-06-27T09:48:06.000000Z",
  • "modified_time": "2022-06-27T09:48:08.000000Z",
  • "modified_user_time": "2022-06-27T09:48:08.000000Z",
  • "projects_count": 1,
  • "umask": 4,
  • "model": "Program",
  • "program_schedule": {
    },
  • "budgeting": {
    },
  • "schedule": {
    },
  • "workflow": {
    },
  • "budgeting_item": {
    },
  • "responsible_user": {
    },
  • "strategic_user": {
    },
  • "created_user": {
    },
  • "modified_user": {
    }
}