Get list of topics from API
-
Hi i'm a new explorer in nodebb. so currently i work with nodebb forum version 1.18.5. and have a task to show list of topics from all category in new page.
So i have two task here. the first task is create a new page, so i make a new page with plugin custom-pages and the first task is done. and the lastly is how to get the data of list topic with all category? i try to get from api /api/topics the result like this:
different when i try fetch users from /api/users the result is works but when in topics not. anyone have any otherways?
-
@wndfh said in Get list of topics from API:
i work with nodebb forum version 1.18.5
from two years ago
-
-
@baris thanks for the answer. the next problem is the result from that API limited just five data with pagination... how to disable the pagination? i try to disable from admin setting but the next problem is i have listing topic to in landing page with pagination. so when i disable it the pagination in landing page not working. its posible to disable the pagination from query API?