{
"status": {
"code": "string",
"description": "string",
"httpStatusCode": 0
},
"data": {
"data": [
{
"ticketId": 12345,
"companyId": 1,
"ticketOwner": "support@company.com",
"teamOwner": "IT Support",
"subject": "Database connection issue",
"category": "Technical",
"subCategory": "Database",
"statusId": 2001,
"statusName": "Open",
"customer": "john.doe@company.com",
"mailTo": "john.doe@company.com",
"mailCc": "manager@company.com,supervisor@company.com",
"scope": "Production Environment",
"difficulty": 3,
"priority": 3,
"priorityName": "High",
"description": "We are experiencing intermittent database connection timeouts in our production environment.",
"dateRequired": "2024-01-16T18:00:00Z",
"dateCreated": "2024-01-15T10:30:00Z",
"dateCompleted": "2024-01-16T15:45:00Z",
"conversationId": "conv_abc123def456",
"newSubject": "Database connection issue - URGENT",
"customerCode": "CUST_001",
"buId": 100,
"templateId": 5,
"agentId": 25,
"teamId": 10,
"departmentId": 3,
"activitiesCount": 2,
"approvalsCount": 1,
"commentsCount": 5,
"historiesCount": 8
}
],
"currentPage": 0,
"pageSize": 0,
"totalCount": 0,
"totalPages": 0,
"hasNextPage": true,
"hasPreviousPage": true,
"itemCount": 0,
"startItemNumber": 0,
"endItemNumber": 0
},
"success": true,
"pagination": {
"page": 0,
"pageSize": 0,
"totalItems": 0,
"totalPages": 0
}
}