Get all faqs
Faqs
GET faqs
Endpoint
GET /api/v1/faqs
Parameters
Name | Description | In |
---|---|---|
by_kind | Filter by kind(admin) | ["driver", "operator"] |
Request
Route
GET /api/v1/faqs
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIzNTMiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDg1MTY1MDIsImV4cCI6MTc1MTEwODUwMiwianRpIjoiNGNhNmM0ODItNzg3Yy00ZTViLWIxNjktNTE5MzU3NGE2MTliIn0._QAJjGjnqb1jhhDiuNGVLNuc0xnz5PB_WVIRsmA8vn4
Host: example.org
Cookie:
Query Parameters
{}=
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
per-page: 20
total: 2
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"a01cebde9dcc699766fe4670350eb73c"
cache-control: max-age=0, private, must-revalidate
x-request-id: 742886b0-2d5b-4a0f-b426-b700857d82de
x-runtime: 0.007394
content-length: 203
Body
{
"faqs": [
{
"id": 2,
"content": "Cum beatae ducimus. Est et et. Et sunt deserunt.",
"title": "Forward Coordinator"
},
{
"id": 1,
"content": "Alias a non. Enim qui similique. Et sed sit.",
"title": "Farming Engineer"
}
]
}