XFdestek
Kurucu Üye
Hello
I'm working on an API endpoint which returns posts from a specific thread, with an option to limit results and order them with
My problem is with the result returned:
As I'm returning a XF entity, the results contain many unwanted fields (mainly user data and node data that should not be shown to the world)
I saw this thread:
and understand this...
I'm working on an API endpoint which returns posts from a specific thread, with an option to limit results and order them with
orderByDate('...')
.My problem is with the result returned:
As I'm returning a XF entity, the results contain many unwanted fields (mainly user data and node data that should not be shown to the world)
I saw this thread:
and understand this...