ModularAnalysisDTO
idnumbernullable
Unique identifier for the modular analysis
appNamestringrequired
Name of the modular analysis
appFolderstringrequired
Folder name where the modular analysis is stored
descriptionstringrequired
Description of the modular analysis
hiddenboolean
Whether the modular analysis is hidden from non-internal users
Default value:
falseModularAnalysisDTO
{
"id": 0,
"appName": "string",
"appFolder": "string",
"description": "string",
"hidden": false
}