Get Detail Group FAQs
GET
/v1/faqs/group/{name}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/faqs/group/Teknis Penggunaan?sort=question&order=ASC'
Response Response Example
{
"data": {
"category": "Teknis Penggunaan",
"faqs": [
{
"id": "4dd43564-82d4-48bb-93df-656b00552548",
"category": "Teknis Penggunaan",
"question": "What technologies are used in this application?",
"answer": "This application is built using NestJS, TypeORM, PostgreSQL, and other modern web technologies.",
"created_at": "2025-04-22T03:55:09.811Z",
"updated_at": "2025-04-22T03:55:09.811Z"
},
{
"id": "2bfc0f1b-a414-4655-a0fb-1a9b03a402b3",
"category": "Teknis Penggunaan",
"question": "What is this system?",
"answer": "This is a backend application that provides API services for various client applications.",
"created_at": "2025-04-30T09:03:00.142Z",
"updated_at": "2025-04-30T14:59:00.734Z"
}
]
},
"message": "Sukses mengambil data FAQ"
}
Request
Path Params
name
stringÂ
required
Example:
Teknis Penggunaan
Query Params
sort
stringÂ
optional
Example:
question
order
stringÂ
optional
Example:
ASC
Responses
Modified at 2025-05-14 09:39:49