Faqs
Get status counts
Returns how many FAQs the tenant has in each status, ordered by status, for driving counters in the FAQ menu. SUGGESTED is always present, with a count of 0 when there are none, while other statuses only appear once at least one FAQ has them.
GET
/api/{tenant:minlength(2)}/v{version:apiVersion}/faqs/get_status_counts
Request arguments
| Name | Type | Source |
|---|
Request body example
Response
Response body example
DTO_faq_status_count
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| status | ENUM faq_status | Status | |
| count | Int32 | Count |
ENUM faq_status
| Value | Name | Description |
|---|---|---|
| 0 | UNKNOWN | UNKNOWN |
| 1 | SUGGESTED | SUGGESTED |
| 11 | MANUALLY_CREATED | MANUALLY_CREATED |
| 21 | APPROVED_AS_IS | APPROVED_AS_IS |
| 22 | APPROVED_WITH_EDITS | APPROVED_WITH_EDITS |
| 31 | DECLINED | DECLINED |
| 32 | DUPLICATED_IGNORE | DUPLICATED_IGNORE |
| 41 | REMOVED | REMOVED |
Generated Aug 4, 2026 18:37