i've created CMS with Strapi /MongoDB and REST/.
Is there any way to get next content. I want to display next content details on specific content page.
Or should i customize id field to auto increment field and get content using add one to id field.
Thanks
After few tries, I've decided to make
idfield toauto incrementand sent request by adding or subtracting one fromid. There were no other solution. Ifidis one its first content or if the next contents' response is 404 its the last content. This is how i solved this problem. If you have simpler or better solution let me know. Thanks.