Project model

The project model represents a project in Falcon.

id
integer

The id of the project.

hash
string

The unique hash of the project.

name
string

The name of the project.

description
string

The description of the project.

targets
string

The targets of the project.

assumptions
string

The assumptions of the project.

miscellaneous
string

The miscellaneous of the project.

paused
boolean

The paused flag of the project.

locked
boolean

The locked flag of the project.

guarded
boolean

The guarded flag of the project.

created_time
string <date-time>

The created time of the project.

modified_time
string <date-time>

The modified time of the project.

modified_user_time
string <date-time>

The modified user time of the project.

model
string

The project model.

Value: "Project"
object (Program)

The program of the project.

object or null (ProjectSchedule)

The schedule of the project.

object or null (BudgetingItem)

The budgeting item of the project.

object or null (User)

The responsible user of the project.

object or null (User)

The strategic user of the project.

object (User)

The created user of the project.

object (User)

The modified user of the project.

{
  • "id": 1,
  • "hash": "583bf59445f18e7bf566020aa8134ddfa7c79113",
  • "name": "Phoenix",
  • "description": "",
  • "targets": "",
  • "assumptions": "",
  • "miscellaneous": "",
  • "paused": false,
  • "locked": false,
  • "guarded": false,
  • "created_time": "2022-06-27T09:48:06.000000Z",
  • "modified_time": "2022-06-27T09:48:06.000000Z",
  • "modified_user_time": "2022-06-27T09:48:06.000000Z",
  • "measure_packages_count": 6,
  • "umask": 4,
  • "model": "Project",
  • "program": {
    },
  • "project_schedule": {
    },
  • "budgeting_item": {
    },
  • "responsible_user": {
    },
  • "strategic_user": {
    },
  • "created_user": {
    },
  • "modified_user": {
    }
}