- 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 FAQs
GET
/v1/faqs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/faqs?search&sort&order&category'
Response Response Example
{
"data": [
{
"category": "Account",
"total_question": 2
},
{
"category": "General",
"total_question": 3
},
{
"category": "Technical",
"total_question": 1
}
],
"message": "Sukses mengambil data FAQ"
}
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
category
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-06 09:08:50