Skip to main content

How to reorder fields id in GET request?

  • November 19, 2020
  • 1 reply
  • 4 views

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

1 reply

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9767 replies
  • November 19, 2020

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