Get Folder Items

{ getFolderItems }

Gets a list of content items in a given folder.

Method

/API2/content/getFolderItems
  • 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

    folderId

    Type

    string

    Description

    The system folder ID

    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

    Use the function recursively to extract the full content tree

    Examples