Label Object


Label that was found or created.

Properties
namespacestringRead-onlyminLength 1maxLength 25

Label namespace.

Labels created by site admins or 3rd-party apps are automatically assigned to the custom namespace.


namespaceDisplayNamestringRead-onlyminLength 1maxLength 180

Display name for the namespace, used to organize the list of labels in the site Dashboard.


keystringRead-onlyminLength 1maxLength 80

Label key.

key is generated when the label is created. It cannot be modified, even if displayName is updated.


displayNamestringminLength 1maxLength 180

Label display name shown in the Dashboard.


labelTypestringRead-only

Label type indicating how the label was created.

  • SYSTEM: Default system label for the Contact List.
  • USER_DEFINED: Label created by a site contributor or 3rd-party app.
  • WIX_APP_DEFINED: Label created by a Wix app.

createdDatestringRead-onlyformat date-time

Date and time the label was created.


updatedDatestringRead-onlyformat date-time

Date and time the label was last updated.

Did this help?