Ordering by in Rest API | Community
Skip to main content
April 12, 2018
Question

Ordering by in Rest API

  • April 12, 2018
  • 1 reply
  • 1481 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Richard_Woelffe
Level 1
April 13, 2018

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