Create topic via API with Needs Review status set

Avatar
  • updated
  • Completed

Is there a way to create a topic via the API so that the "Needs Review" status is set?

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Completed

Sure, first create new topic via https://userecho.com/dev/api/topics/create call and then

set status with https://userecho.com/dev/api/comments/create call, just pass required status ID in the topic_status_id param

Avatar
Sergey Stukov co-founder
  • Answer
  • Completed

Sure, first create new topic via https://userecho.com/dev/api/topics/create call and then

set status with https://userecho.com/dev/api/comments/create call, just pass required status ID in the topic_status_id param