{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"applicant": {
"id": "string",
"name": "string",
"email": "string",
"image": "string"
},
"reviewer": {
"id": "string",
"name": "string",
"email": "string",
"image": "string"
},
"subject": "string",
"letterType": "DISPENSATION",
"status": "PENDING",
"beginDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"attachment": "string",
"reason": "string",
"recipients": [
{
"id": "string",
"name": "string",
"email": "string",
"image": "string"
}
],
"isPrinted": true,
"letterNumber": "string",
"letterDate": "2019-08-24T14:15:22.123Z",
"letterResult": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"history": [
{
"status": "PENDING",
"actor": {
"id": "string",
"name": "string",
"email": "string",
"image": "string"
},
"note": "string",
"attachment": "string",
"timestamp": "2019-08-24T14:15:22.123Z"
}
]
}
}