FAQs
FAQs in API v3: list faq entries, create an faq entry, reorder faq entries, retrieve an faq entry, update an faq entry, delete an faq entry.
6 operations.
| Operation | Summary |
|---|---|
GET /support/faqs | List FAQ entries |
POST /support/faqs | Create an FAQ entry |
PUT /support/faqs/order | Reorder FAQ entries |
GET /support/faqs/{faq_id} | Retrieve an FAQ entry |
PATCH /support/faqs/{faq_id} | Update an FAQ entry |
DELETE /support/faqs/{faq_id} | Delete an FAQ entry |
Menus
Previous Page
List FAQ entries GET
Lists the FAQ entries of the current account. The collection can be filtered by group and status. Entries are sorted by group name, with ungrouped entries last, and then by position within each group. All matching entries are returned in a single response. Collection items do not include the answer. Use the retrieve operation to obtain it.