What is the syntax for the API search method?
It appears that the API now includes a search method:
https://userecho.com/dev/api/reference/#
GET forums/[forum_id]/topics/search
However, the API Reference does not indicate how to express the search text (aka the word or phrase that you are actually searching for).
https://userecho.com/dev/api/reference/#
GET forums/[forum_id]/topics/search
However, the API Reference does not indicate how to express the search text (aka the word or phrase that you are actually searching for).
Sorry for late answer. Add parameter "query" to your request.
We will add it to API description.