Skip to main content

Hi, in my GET request, how do I reorder the fields “id” from new to old in the request? right now they’re all over the place (screenshot shows “id”:13, then “id”: 10 and finally “id”: 15).


I would like to reorder them to: 15, 13, 10


Use the “sort” command, as outlined in the Airtable API.


Reply