Array of multiple Label objects
- Type: array object[] · Array of multiple Label objects
- colorType: stringrequired
Color of this label
- nameType: stringrequired
Name of this label
- createdType: string Format: date-timeread-only
Creation timestamp
- createdType: integer
User Id read-onlyID of user who created this record
- editableType: booleanread-only
Determines if label can be edited by currently logged user
- idType: integerread-only
Unique identifier - primary key
- moduleType: string
Name of the module this label can be attached to. When set, the label can only be attached to records of this module. Leave empty to allow any module (subject to per-space restrictions in
spaces). - spacesType: object
Spaces this label is assigned to, and the optional per-space module restriction. Keys are space IDs; each value is an array of module names (in dash syntax) the label may be attached to within that space, or an empty array / null to allow all modules in that space. An empty
spacesobject makes the label global - visible to every space and every user. - typeType: string
Scope of this label. SHARED labels are visible to all users with access to the assigned spaces; a SHARED label with no spaces is global and visible to everyone.
- updatedType: string Format: date-timeread-only
Last updated timestamp
- updatedType: integer
User Id read-onlyID of user who last updated this record