Find Content Items By Tag Caption

Returns a list of content items based on tag caption.

Method

/API2/content/findItemsByTagName

  • API Section: /API2/content
  • API Version: 2.0
  • From Release: 2020.0
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
    • Domain Admin
    • Pro
    • Analyst
    • Viewer
    • Basic

Method Signature

Input Parameters

Name

tag

Type

string

Description

The tag caption 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

For this to be effective, content tags need to be set on items in the content system by users.

Examples