Object
Folder
A folder in the site tree. Folders can contain both sites and subfolders. You can use folders to organize the site tree into any kind of hierarchical structure. You can also restrict user permissions on the folder level.
Fields
id():
ID!
The unique identifier of the folder.
name():
String!
The name of the folder. This is the name that appears on the Burp Suite Enterprise Edition web UI. Note that the name of a folder must be unique within its parent folder.
parent_id():
ID
The unique identifier of the folder that is the parent of this folder in the site tree hierarchy. A parent ID of 0 indicates that this folder is on the root level.