v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
folderManagement

Get Global View job result

Get result of a Global View job for the given job identifier. The result will be a list of all content items that a user has permissions to view in the organization.

get/v2/content/folders/global/{jobId}/result

Path parameters

jobIdstring required

The identifier of the asynchronous Global View job.

Response

List of all content items with view permission.

Example response

{
  "data": [
    {
      "createdAt": "2018-10-16T09:10:00Z",
      "createdBy": "0000000006743FDD",
      "modifiedAt": "2018-10-16T09:10:00Z",
      "modifiedBy": "0000000006743FE8",
      "id": "000000000C1C17C6",
      "name": "Personal",
      "itemType": "Folder",
      "parentId": "0000000001C41EF2",
      "permissions": [
        "View",
        "GrantView",
        "Edit"
      ],
      "description": "Personal folder for John Doe"
    }
  ]
}