| Methods |
| public __construct(PHPFUI |
| public delete(string $tag_id) : ?array DELETE a Tag Use this method to create an activity used to un-assign a tag from all assigned contacts and delete the tag. This is an asynchronous activity. To view activity details for the delete request, use the href link returned in the response. Learn more.
|
| public deleteTyped(string $tag_id) : ?PHPFUI |
| public get(string $tag_id, ?bool $include_count = NULL) : ?array GET Tag Details Use this method to get tag details for a specified
|
| public getTyped(string $tag_id, ?bool $include_count = NULL) : ?PHPFUI |
| public put(string $tag_id, PHPFUI PUT (Update) a Tag Use this method to rename an existing tag to a new unique tag name (
|
| public putTyped(string $tag_id, PHPFUI |
| Properties |
| Methods |