Discipline object

Disciplines are used to group a common set of capabilities within the organization.

🚧

Disciplines require the feature to be turned on in your workspace.

Example

{
  "id": "fe814dd3-879c-49c6-b4c3-77926ce9d93c",
  "name": "User Experience",
  "isActive": true,
  "createdAt": "2021-11-13T12:31:22.762Z"
}

Attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the discipline.
isActivebooleanA flag to indicate if the discipline is active in the system.
createdAttimestampThe timestamp when the object was created.