How to set the order of response fields in table API

Ganeshm1
Tera Guru

Hi All,

I am using a table API method to get some data and below are the configurations

 

Ganeshm1_0-1751382985830.png


Below is the response for the same

Ganeshm1_1-1751383074733.png

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



2 REPLIES 2

jcmings
Mega Sage

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?

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.