v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
folderManagement

Schedule Global View job

Schedule an asynchronous job to get Global View. Global View contains all top-level content items that a user has permissions to view in the organization. User can traverse the top-level folders using GetFolder API to get rest of the content items. Make sure you set isAdminMode header parameter to true when traversing top-level items.

Global View is not a real folder, therefore there is no folder identifier associated with it.

You get back a identifier of asynchronous job in response to this endpoint. See Asynchronous-Request section for more details on how to work with asynchronous request.

get/v2/content/folders/global

Headers

isAdminModestring

Set this to "true" if you want to perform the request as a Content Administrator.

Response

An asynchronous job to get a list of all content items been scheduled.

idstring required

Identifier to get the status of an asynchronous job.

Example response

{
  "id": "C03E086C137F38B4"
}