Beta
Search...
/
About
For Developers
API Reference
accounts
articles
artifacts
auth-tokens
code-changes
notifications
conversations
auth-connection
dev-users
engagements
event-source
groups
operate
keyring
links
slas
product-usage
schedules
parts
question-answers
POST
Create Question Answer
POST
Delete Question Answer
GET
Get Question Answer
POST
Get Question Answer Post
GET
List Question Answers
POST
List Question Answers Post
POST
Update Question Answer
rev-orgs
rev-users
customization
search
service-accounts
snap-ins
snap-widgets
surveys
sys-users
tags
timeline-entries
webhooks
works
Guides
Object Customization
Create accounts and contacts in DevRev
API Reference
question-answers
Create Question Answer
POST
https://
api.devrev.ai
/
question-answers.create
Creates a question-answer.
Request
This endpoint expects an object.
answer
string
Required
Answer of the question-answer.
applies_to_parts
list of strings
Required
The parts that the question-answer applies to.
owned_by
list of strings
Required
The users that own the question-answer.
question
string
Required
Question of the question-answer.
status
enum
Required
Allowed values:
archived
discarded
draft
published
review_needed
Status of the question answer.
access_level
enum
Optional
Allowed values:
external
internal
private
public
restricted
applies_to_articles
list of strings
Optional
The articles that the question-answer applies to.
shared_with
list of maps from strings to any
Optional
Information about the role the member receives due to the share.
sources
list of strings
Optional
The source of the question-answer.
suggested_answer
string
Optional
Alternative answer for the question-answer sugested by Q/A Discovery.
suggested_for_deletion
boolean
Optional
Whether the question-answer was suggeste to be deleted by Q/A Discovery.
tags
list of objects
Optional
Tags associated with the question-answer.
Show 2 properties
topic
string
Optional
Topic of the question-answer.
verified
boolean
Optional
Whether the question-answer was verified by a user or not.
Response
This endpoint returns an object.
question_answer
object
Show 12 properties
Built with