- 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
Detail FAQs
GET
/v1/faqs/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/faqs/'
Response Response Example
{
"data": {
"id": "fe9b0c20-50f1-468e-95ea-85835d90e939",
"category": "Account",
"question": "How do I reset my password?",
"answer": "You can reset your password by clicking on the 'Forgot Password' link on the login page and following the instructions sent to your email.",
"created_at": "2025-04-22T03:55:09.811Z",
"updated_at": "2025-04-22T03:55:09.811Z"
},
"message": "Sukses mengambil data FAQ"
}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Responses
🟢200OK
application/json
Body
data
objectÂ
required
id
stringÂ
required
category
stringÂ
required
question
stringÂ
required
answer
stringÂ
required
created_at
stringÂ
required
updated_at
stringÂ
required
message
stringÂ
required
Modified at 2025-05-06 09:08:50