Ordering by in Rest API

Anonymous
Not applicable

Ordering by in Rest API

Does anyone know of a way to order the result set when retrieving from the rest api?  Say for example I want to retrieve all programs created after a certain day, sorted alphabetically? Or pull activities sorted by lead_id desc, etc.

1 REPLY 1
Richard_Woelffe
Level 1

Re: Ordering by in Rest API

You can do this by sorting the data your calling program (python/go/c#, etc). I don't see a sorting option in the API

Richard