List examination
### Get Examination List
Truy xuất danh sách đợt thi của doanh nghiệp
#### Request
Không yêu cầu
#### Response
Dữ liệu được trả về dưới dạng JSON với cấu trúc như dưới đây:
``` json
{
"status": "success",
"data": {
"items": [
{
"examination": {
"id": 20,
"title": "Kiểm tra kì 1",
"start_at": "2025-06-18 00:00:00",
"expire_at": "2025-06-21 00:00:00",
"scoring_mode": "max_score",
"pass_score": 80,
"remake": 3,
"hidden_after_finish": 1,
"status": 1,
"url": "https://sonleduy.gitihov1.com/contest-doing/iTpW6IZEo0JMaS_yq9GejuOhU"
}
},
{
"examination": {
"id": 19,
"title": "Đợi thi hè",
"start_at": null,
"expire_at": null,
"scoring_mode": "last",
"pass_score": 80,
"remake": 3,
"hidden_after_finish": 1,
"status": 1,
"url": "https://sonleduy.gitihov1.com/contest-doing/9GaEMqe6O2siTbjkCzlHLXFJn"
}
}
],
"total": 2,
"current_page": 1,
"last_page": 1
}
}
```
The response will include an array of `examinations`, where each examination object will have properties such as `id`, `name`, `date`, and `status`.
Response
OK
data
status