How should I get the raw text of a single post

I have the same problem with GET: https://meta.discourse.org/posts/280744 . It doesn’t work on meta.discourse nor on try.discourse nor our owned forum.

How should I get the single post raw text?

add .json to the end of that url.

https://meta.discourse.org/posts/280744.json

3 Likes

Thank you, it was not documented. Would you mind add .json to the document?

1 Like

Yep, I’ll update the api docs.

4 Likes

Everything is documented if you do it this way.

3 Likes

Done.

3 Likes