Forum web pages blueprint.
See also
Show a list of posts.
| Query view: | one of summary or table. default is table |
|---|---|
| Query next: | id of the next post what you want to fetch. It can be useful for calling API, or infinite scroll. |
| Query offset: | offset from a latest post. |
| Query limit: | number of posts to show. default is 20, maximum is 100. |
| Status 200: | no error. |
| Status 404: | next post is not exists. |