Skip to content

Entity Definitions

Overview

The fields of the entity definition are: key, name, pluralisedName, isActive, allowComments and allowTasks.

Parameters

See below an example:

{
  "head": {
    "key": "test_class",
    "name": "Test Class",
    "pluralisedName": "Test Class",
    "isActive": true,
    "allowComments": true,
    "allowTasks": true
  }
}