Allowed HTTP Requests
There are 4 types of HTTP requests that you can use with the AnswerHub REST API.
GETmake requests to retrieve information (badge information, analytics, etc) from the AnswerHub platform.POSTrequests create new instances of entities (topics, questions, etc.) on the AnswerHub platform.PUTrequests update or extend the state of existing entities (up-voting, down-voting, etc) on the AnswerHub platform.DELETErequests remove instances of entities (remove topic, remove answer, etc) from the AnswerHub platform.
Note:
The HTTP method of a request can be overridden with request parameter ?_method=METHOD
Updated over 5 years ago
What’s Next
