ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,498
- Points
- 823
Reputation:
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: https://xenforo.com/community/threa...f-columns-from-an-entity-using-finder.160806/
and understand this...
Read more
Continue reading...
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: https://xenforo.com/community/threa...f-columns-from-an-entity-using-finder.160806/
and understand this...
Read more
Continue reading...