- 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
Get Grouped Gates
GET
/v1/gates
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/gates?search&sort&order'
Response Response Example
{
"data": [
{
"gate_area_id": "ebea76db-7dd5-4b02-9a11-82fe483df654",
"gate_area": "Kawasan Industri",
"total_gates": 4
},
{
"gate_area_id": "451a2c68-1afe-43f5-8885-af26f9a0e7a8",
"gate_area": "Kawasan Pelabuhan",
"total_gates": 2
}
],
"message": "Sukses mengambil data portal"
}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
search
stringÂ
optional
sort
stringÂ
optional
order
stringÂ
optional
Responses
🟢200OK
application/json
Body
data
array [object {2}]Â
required
category
stringÂ
required
total_question
integerÂ
required
message
stringÂ
required
Modified at 2025-05-23 08:52:13