Search for Content Items

{ findContentItem }

Returns a list of content items based on search criteria

Method

/API2/content/findContentItem
  • API Section: /API2/content
  • API Version: 2.0
  • From Release: 2018.5
  • Can be used by all user types
  • REST API only via POST actions.
  • Input Parameters

    Name

    searchParams

    Object Type

    Description

    The content search object for specifying search criteria to be used in content searches.

    Output Response

    Successful Result Code

    200

    Response List Type

    Description of Response Type

    Pyramid Content item object.. Note that the response is returned as a list of items of this object type.

    Notes

    When setting criteria, mark the search as 'advanced' to use the extra criteria conditions, If you start searchString by tenant name - search will be optimized.

    Examples