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.
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