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.
itemTypestringType of the content item. Supported values are:
1. Folder
2. Search
3. Report (for old dashboards)
4. Dashboard (for new dashboards)
5. Lookups
createdAtstringCreation timestamp in UTC in RFC3339 format.
parentIdstringIdentifier of the parent content item.
createdBystringIdentifier of the user who created the resource.
permissionsarrayList of permissions the user has on the content item.
childrenarrayA list of the content items.
modifiedAtstringLast modification timestamp in UTC.
modifiedBystringIdentifier of the user who last modified the resource.

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.