List exam
### GET /api/exam/list
Truy xuất danh sách các đề thi đã tạo của doanh nghiệp.
#### Request
Không yêu cầu
#### Response
Dữ liệu trả về dưới dạng JSON với cấu trúc như bên dưới:
schema:
``` json
{
"status": "string",
"data": {
"items": [
{
"exam": {
"id": "integer",
"title": "string",
"type": "string",
"gth_question_count": "integer",
"status": "string",
"updated_at": "string"
}
}
],
"total": "integer",
"current_page": "integer",
"last_page": "integer"
}
}
```
Response
OK
data
status