Measure model

The measure model represents a measure in Falcon.

id
integer

The id of the measure.

hash
string

The unique hash of the measure.

name
string

The name of the measure.

description
string

The description of the measure.

targets
string

The targets of the measure.

assumptions
string

The assumptions of the measure.

miscellaneous
string

The miscellaneous of the measure.

paused
boolean

The paused flag of the measure.

locked
boolean

The locked flag of the measure.

guarded
boolean

The guarded flag of the measure.

created_time
string <date-time>

The created time of the measure.

modified_time
string <date-time>

The modified time of the measure.

modified_user_time
string <date-time>

The modified user time of the measure.

activities_count
integer

The number of activities of the measure.

model
string

The measure model.

Value: "Measure"
object (MeasurePackage)

The measure package of the measure.

object or null (MeasureSchedule)

The schedule of the measure.

object or null (MeasureWorkflowPhase)

The workflow phase of the measure.

object or null (BudgetingItem)

The budgeting item of the measure.

object or null (User)

The responsible user of the measure.

object or null (User)

The strategic user of the measure.

object (User)

The created user of the measure.

object (User)

The modified user of the measure.

Array of objects (Tag)

The tags of the measure.

{
  • "id": 1,
  • "hash": "44cba34d99e5820438bada1ba117d3e61bd70082",
  • "name": "Inventory reduction",
  • "description": "Different analyses of stock movements, stock levels and the relevant business processes are to be used to identify potentials for reducing stock levels. By selecting the best possible procurement strategy and calculating the optimum inventory level, the stock level is to be reduced sustainably by 50 percent while maintaining delivery capability. The reduced capital commitment in the warehouse and the logistics space gained now facilitate the planned expansion of the company into new markets.",
  • "targets": null,
  • "assumptions": null,
  • "miscellaneous": null,
  • "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",
  • "activities_count": 5,
  • "umask": 4,
  • "model": "Measure",
  • "measure_package": {
    },
  • "measure_schedule": {
    },
  • "measure_workflow_phase": {
    },
  • "budgeting_item": {
    },
  • "responsible_user": {
    },
  • "strategic_user": {
    },
  • "created_user": {
    },
  • "modified_user": {
    },
  • "tags": [
    ]
}