Stack Exchange
Stack Exchange API integration for Q&A workflow automation
Actions (41)
Answers · 17
- Accept answerPOST /answers/{id}/accept
Accept an answer for a question.
documented - Add comment to answerPOST /answers/{ids}/comments/add
Create a new comment on an answer.
documented - Downvote answerPOST /answers/{id}/downvote
Cast a downvote on an answer.
documented - Edit answerPOST /answers/{id}/edit
Edit an answer.
documented - Flag an answerPOST /answers/{id}/flags/add
Flag an answer as inappropriate.
documented - Get answers by IDsGET /answers/{ids}
Retrieve one or more answers by ID.
documented - Get flag options for answerGET /answers/{id}/flags/options
Retrieve valid flag options for an answer.
documented - Get questions for answersGET /answers/{ids}/questions
Get questions that the answers are on.
documented - List answersGET /answers
Get all answers on the site.
documented - List comments on answersGET /answers/{ids}/comments
Get comments on answers.
documented - List questions for answers (batch)POST /answers/{ids}/questions
Get questions for a batch of answers.
documented - Recommend answerPOST /answers/{id}/recommend
Cast a recommendation on an answer.
documented - Undo accept on answerPOST /answers/{id}/accept/undo
Undo an accepted answer.
documented - Undo downvote on answerPOST /answers/{id}/downvote/undo
Undo a downvote on an answer.
documented - Undo recommendation on answerPOST /answers/{id}/recommend/undo
Undo a recommendation on an answer.
documented - Undo upvote on answerPOST /answers/{id}/upvote/undo
Undo an upvote on an answer.
documented - Upvote answerPOST /answers/{id}/upvote
Cast an upvote on an answer.
documented
Articles · 11
- Add articlePOST /articles/add
Create a new article.
documented - Add articleGET /articles/{id}/add
Add an article (alternate path example).
documented - Add comment to articleGET /articles/{ids}/comments/add
Create a new comment on an article.
documented - Delete articleGET /articles/{id}/delete
Delete an article.
documented - Delete articlePOST /articles/{id}/delete
Delete an article.
documented - Edit articleGET /articles/{id}/edit
Edit an article.
documented - Edit articlePOST /articles/{id}/edit
Edit an article.
documented - Get articles by IDsGET /articles/{ids}
Retrieve one or more articles by ID.
documented - Linked questions for articlesGET /articles/{ids}/linked
Get questions linked from specified articles.
documented - List articlesGET /articles
Get all articles on the site.
documented - List comments for articlesGET /articles/{ids}/comments
Get comments for one or more articles.
documented
Collectives · 8
- Add collective reportPOST /collectives/{slugs}/reports/add
Submit a new report for a collective.
documented - Get collectives by slugGET /collectives/{slugs}
Retrieve collective objects identified by a set of slugs.
documented - List answers in collectivesGET /collectives/{slugs}/answers
Get answers identified by collective slugs.
documented - List collectivesGET /collectives
Get all Collectives on the site, in alphabetical order.
documented - List questions in collectivesGET /collectives/{slugs}/questions
Get questions identified by collective slugs.
documented - List reports for collectivesGET /collectives/{slugs}/reports
Get reports for a collective.
documented - List tags in collectivesGET /collectives/{slugs}/tags
Get tags identified by collective slugs.
documented - List users in collectivesGET /collectives/{slugs}/users
Get users identified by collective slugs.
documented