Skip to main content

ReportDetailCase

dueDate date-timenullable

Due date of the case

Example: 2021-05-31T10:06:39+00:00
history object

History of the case

comment stringnullable

Comment of the update

Example: Updated validity duration
reasons string[]nullable

Reasons set by user for the case history update

updatedDate date-timenullable

Updated data of the case

Example: 2021-05-31T10:06:39+00:00
updatedValidityDuration stringnullable

Validity Duration set by user or calculated using Expiration Date

Example: 1 Month
id stringnullable

Unique identifier of the case

Example: abc1eab1-5163-4b52-861e-048de01be509
status stringnullable

Status of the case, e.g. OPEN, REOPEN, CLOSED

Example: OPEN
uid stringnullable

Unique technical identifier of the case

Example: 991072
ReportDetailCase
{
"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"
}