- API
- V1
- Company
- Roles
- Permissions
- User
- Auth
- Product
- FAQs
- FAQs Public
- Company Employee
- Lokasi Tujuan
- Jenis Lokasi
- Contact
- Common
- Ticket
- External
- Video Wall
- Management Gate
- Gate Activities
- Gate In/Out
- CEISA
- PTOSM
- Dashboard
- Log Activity
- Report
- Profile
- Load Unload
- Notification
- TPS Online
- Get detail data verifikasi gate inGET
Data Rata-Rata Waktu Ritase
Developing
GET
/v1/dashboard/data-average-trip-time
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/dashboard/data-average-trip-time'
Response Response Example
{
"data": [
{
"month": "2025-05",
"avg_trt": 10
},
{
"month": "2025-04",
"avg_trt": 10
}
],
"message": "Sukses mengambil data rata-rata waktu ritase"
}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2025-05-19 14:49:04