Get a Tenant's Public Folders

{ getPublicOrGroupFolderByTenantId }

Gets the public root folders for a tenant.

Method

/API2/content/getPublicOrGroupFolderByTenantId
  • API Section: /API2/content
  • API Version: 2.0
  • From Release: 2018.5
  • Can be used by Enterprise Admin users only
  • REST API only via POST actions.
  • Input Parameters

    Name

    folderTenantObject

    Object Type

    Description

    The folder for a tenant object.

    Output Response

    Successful Result Code

    200

    Response Type

    Description of Response Type

    Pyramid Content item object.

    Notes

    This returns either the Group or Public folders for the specified tenant.

    Examples