BusinessLabel

A Business Label is a custom tag representing any business concept.

Attributes

NameTypeDescription
label_iduuid.UUIDtechnical identifier.
namestrdisplay name.
descriptionstrdescription of the label.
iconstridentifier of Wizata icon.
colorstrhexadecimal color code.
orderintinteger value used to order the labels on the side navigation.
createdByIduuid.UUIDunique identifier of creating user.
createdDateinttimestamp of created date.
updatedByIduuid.UUIDunique identifier of updating user.
updatedDateinttimestamp of updated date.

Methods

api_id()

formatted id of the business label (label_id)

return: string formatted UUID.

endpoint()

endpoint name used to manipulate business label on backend.

return: endpoint name.

from_json()

convert the business label to a dictionary compatible with JSON format.

NameTypeDefaultDescription
obj

return: dictionary representation of the business label object.

set_id()

specify the id_value neutrally

NameTypeDefaultDescription
id_value

return:

to_json()

load the business label entity from a dictionary.

NameTypeDefaultDescription
targetstrNone