ListMemberTags
Tags assigned to a certain member/members.
Table Specific Information
SELECT is supported for ListMemberTags.
Select
SELECT * FROM ListMemberTags
Columns
Name | Type | Description |
Id [KEY] | String | The unique ID of the tag. |
Name | String | Name of the tag. When inserting, if the name doesn't exist, it will be created and then assigned to the member specified. |
TimeAdded | Datetime | Date and time the tag was added to the member. |
ListId | String | The ID of the list on which the member of this tag belongs to. |
MemberId | String | The ID of the member this tag is assigned to. |