Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
Cory Watilo edited this page Apr 28, 2022 · 5 revisions

Note: This article is WIP. For now, you can find API endpoints in the /pages/api folder.

Task URL Docs Body
Adding a new question /api/question Docs subject: string, body: string, organizationId: string, token: string,slug: string
Adding a reply to a message /api/reply Docs body: string, organizationId: string, messageId: string, token: string
Getting threads /api/questions organizationId: string, slug: [string], published: boolean, perPage: number
Resolving threads /api/question/resolve token: string, messageId: string, replyId: string, organizationId: string, resolved: boolean
Clone this wiki locally