Get List FAQ
Developing
GET
/v1/faqs/public
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/faqs/public?per_page=&page=&search=&sort=&order=&category='
Response Response Example
{
"data": {
"meta": {
"page": 1,
"total": 3,
"per_page": 10,
"total_page": 1
},
"items": [
{
"id": "da0b7f8a-b82f-4a48-94f8-3621ddfde993",
"category": "General",
"question": "What is this application?",
"answer": "This is a backend application that provides API services for various client applications.",
"created_at": "2025-04-22T03:55:09.811Z",
"updated_at": "2025-04-30T15:01:59.418Z"
},
{
"id": "2bfc0f1b-a414-4655-a0fb-1a9b03a402b3",
"category": "General",
"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"
},
{
"id": "193453e9-b73e-471e-989f-e02c67f115e4",
"category": "General",
"question": "How do I get started?",
"answer": "You can start by registering an account and then exploring the available features.",
"created_at": "2025-04-22T03:55:09.811Z",
"updated_at": "2025-04-22T03:55:09.811Z"
}
]
},
"message": "Sukses mengambil data FAQ"
}
Request
Query Params
per_page
integerÂ
optional
page
integerÂ
optional
search
stringÂ
optional
sort
stringÂ
optional
order
stringÂ
optional
category
stringÂ
optional
Responses
Modified at 2025-05-08 04:51:06