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
userstringrequired
User who started the session
startTimestring<date-time>required
Start date and time of the modular analysis session
Example:
2024-01-15T10:00:00Z
endTimestring<date-time>nullable
End date and time of the modular analysis session
Example:
2024-01-15T12:00:00Z
lastActivityTimestring<date-time>required
Last activity date and time of the modular analysis session
Example:
2024-01-15T12:00:00Z
ModularAnalysisSessionDTO
{
"id": "string",
"modularAnalysis": {
"id": 0,
"appName": "string",
"appFolder": "string",
"description": "string"
},
"user": "string",
"startTime": "2024-01-15T10:00:00Z",
"endTime": "2024-01-15T12:00:00Z",
"lastActivityTime": "2024-01-15T12:00:00Z"
}