The Tag Object
Attribute | Type | Description |
---|---|---|
id | String | A unique ID for the Tag. |
company_id | String | A unique ID for the Company the Tag belongs to |
display_value | String | The display value of the Tag. Used to display to the user |
value | String | The lowercase version of the display_value. This is useful for searching and sorting |
created_at | Integer | Timestamp when the Tag was created on the server |
updated_at | Integer | Timestamp when the Tag was last update |