Skip to main content

folders

Overview

Namefolders
TypeResource
Idsumologic.content.folders

Fields

NameDatatypeDescription
idstringIdentifier of the content item.
namestringThe name of the content item.
descriptionstringThe description of the folder.
childrenarrayA list of the content items.
createdAtstringCreation timestamp in UTC in RFC3339 format.
createdBystringIdentifier of the user who created the resource.
itemTypestringType of the content item. Supported values are:
1. Folder
2. Search
3. Report (for old dashboards)
4. Dashboard (for new dashboards)
5. Lookups
modifiedAtstringLast modification timestamp in UTC.
modifiedBystringIdentifier of the user who last modified the resource.
parentIdstringIdentifier of the parent content item.
permissionsarrayList of permissions the user has on the content item.

Methods

NameAccessible byRequired ParamsDescription
getFolderSELECTid, regionGet a folder with the given identifier. Set the header parameter isAdminMode to "true" if fetching a folder inside "Admin Recommended" folder.
createFolderINSERTdata__name, data__parentId, regionCreates a new folder under the given parent folder. Set the header parameter isAdminMode to "true" to create a folder inside "Admin Recommended" folder.
updateFolderEXECid, data__name, regionUpdate an existing folder with the given identifier. Set the header parameter isAdminMode to "true" if updating a folder inside "Admin Recommended" folder.