Como obter uma lista de tópicos com uma determinada tag, por um determinado usuário?

I want to get a list of all topics tagged as blog by user1

with this search endpoint, (Discourse API Docs)

  • it could take tags and username.
  • but it returns posts by user1 from all topics tagged with blog, some topics are created by other users.

seems this is not supported, could someone confirm, thanks…

You can add in:first to get only topics created by user1

1 curtida

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.