Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 875 Bytes

Tag.md

File metadata and controls

14 lines (11 loc) · 875 Bytes

# Tag

Properties

Name Type Description Notes
tag_id string The ID that uniquely identifies a tag (UUID format) [optional]
name string The unique tag name. [optional]
contacts_count int The total number of contacts who are assigned this tag. [optional] [readonly]
created_at \DateTime The system generated date and time when the tag was created (ISO-8601 format). [optional] [readonly]
updated_at \DateTime The system generated date and time when the tag was last updated (ISO-8601 format). [optional] [readonly]
tag_source string The source used to tag contacts. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]