AI Quality Check
List all test cases
GET /aiQualityCheck/testCase
GET /aiQualityCheck/testCase
Responses
200 — Successful operation
Response Example
[
{
"id": 1,
"ticketId": 1,
"aiAgentIds": [
1,
2,
3
],
"channel": "string",
"summary": "string",
"description": "string",
"expectedResult": null,
"modifiedBy": 1
}
]