ModularAnalysisSessionDTO
idstringrequired
Unique identifier for the modular analysis session
modularAnalysis objectnullable
Modular analysis associated with session
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:
falseuserstringrequired
User who started the session
startTimestring<date-time>required
Start date and time of the modular analysis session
Example:
2024-01-15T10:00:00ZendTimestring<date-time>nullable
End date and time of the modular analysis session
Example:
2024-01-15T12:00:00ZlastActivityTimestring<date-time>required
Last activity date and time of the modular analysis session
Example:
2024-01-15T12:00:00ZModularAnalysisSessionDTO
{
"id": "string",
"modularAnalysis": {
"id": 0,
"appName": "string",
"appFolder": "string",
"description": "string",
"hidden": false
},
"user": "string",
"startTime": "2024-01-15T10:00:00Z",
"endTime": "2024-01-15T12:00:00Z",
"lastActivityTime": "2024-01-15T12:00:00Z"
}