How to set the order of response fields in table API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2025 08:19 AM
Hi All,
I am using a table API method to get some data and below are the configurations
Below is the response for the same
But I want the response to be in the below order
number,
name,
u_taxonomy_node,
u_taxonomy_node.parent.
is there any way to achieve this functionality? Thanks in advance
Best Regards,
Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2025 11:25 AM
Can you explain why you need the result returned in that specific format? What difference does it make if you can just grab the values?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2025 09:27 PM
This was the ask from the client to check the feasibility about the changing the order of the response. Curious to understand if we can achieve it or not.