GET /api/faq-categories/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"created_by": {
"username": "admin",
"first_name": "",
"last_name": "",
"email": "",
"is_staff": true,
"is_active": true,
"date_joined": "2023-01-26T18:15:02+03:00",
"id": 1
},
"created_at": "2023-02-08T21:16:37.655083+03:00",
"updated_at": "2023-03-10T12:18:50.403500+03:00",
"declaration": false,
"deleted": true,
"name": "Transportation",
"description": "Transportation"
}
]
}