Tags API

Tags API

The DE Apex API includes methods to create and update tag collections, assign / unassign tags and get user's tag assignments. Create or Update Tags. global static void createOrUpdateTags(String tagCo…

Updated

Tags API Parameters

TagCollectionDTO. The TagCollectionDTO contains the name of a Tag Collection and a set of Tags within that collection (see below) global with sharing class TagCollectionDTO { global String TagCollect…

Updated

Contact