Find Content Items By Tag ID
{ findItemsByTagId }
Returns a list of content items based on tag ID.
Method
/API2/content/findItemsByTagId
- Enterprise Admin
Input Parameters
Name
tag
Type
string
Description
The tag ID to search
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
A generic object used to contain ID of item.. Note that the response is returned as a list of items of this object type.
Notes
Use the 'getAllTags' function to return tags and their ID's for use with this function. For this to be effective, content tags need to be set on items in the content system by users.