ReportDetailCase
dueDatestring<date-time>nullable
Due date of the case
Example:
2021-05-31T10:06:39+00:00history object
History of the case
commentstringnullable
Comment of the update
Example:
Updated validity durationreasonsstring[]nullable
Reasons set by user for the case history update
updatedDatestring<date-time>nullable
Updated data of the case
Example:
2021-05-31T10:06:39+00:00updatedValidityDurationstringnullable
Validity Duration set by user or calculated using Expiration Date
Example:
1 Monthidstringnullable
Unique identifier of the case
Example:
abc1eab1-5163-4b52-861e-048de01be509statusstringnullable
Status of the case, e.g. OPEN, REOPEN, CLOSED
Example:
OPENuidstringnullable
Unique technical identifier of the case
Example:
991072ReportDetailCase
{
"dueDate": "2021-05-31T10:06:39+00:00",
"history": {
"comment": "Updated validity duration",
"reasons": [
"string"
],
"updatedDate": "2021-05-31T10:06:39+00:00",
"updatedValidityDuration": "1 Month"
},
"id": "abc1eab1-5163-4b52-861e-048de01be509",
"status": "OPEN",
"uid": "991072"
}