{
"status": {
"code": "string",
"description": "string",
"httpStatusCode": 0
},
"data": [
{
"approvalForView": {
"approvalId": 0,
"ticketId": 0,
"approvedBy": "string",
"dateCreated": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"createdByImageUrl": "string",
"dateApproved": "2019-08-24T14:15:22.123Z",
"description": "string",
"statusId": 0,
"status": "string",
"createdName": "string",
"approvedName": "string",
"approvedImageUrl": "string",
"commentInApproval": [
{
"commentId": 0,
"ticketId": 0,
"activityId": 0,
"approveId": 0,
"commentText": "string",
"commentedBy": "string",
"dateCommented": "2019-08-24T14:15:22.123Z",
"isPrivate": true,
"commentedName": "string",
"commentedImageUrl": "string",
"commentType": "string",
"templateId": 0,
"attachments": [
{
"attachmentId": 0,
"commentId": 0,
"activityId": 0,
"approveId": 0,
"attachFileName": "string",
"attachPath": "string",
"dateCreated": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"base64File": "string",
"fileSizeInByte": 0
}
]
}
]
},
"ticketSubject": "string"
}
],
"pagination": {
"page": 0,
"pageSize": 0,
"totalItems": 0,
"totalPages": 0
}
}