Asked by David Gibson on Oct 18, 2024
David Gibson asked if API results for associated records (like tickets for a company) could be sorted, specifically to get the newest records first.
Answered by Jacob Jennings
Jacob Jennings suggested using the object's Search API endpoint (e.g., `/crm/v3/objects/tickets/search`) which allows filtering by association and specifying a sort order (like `createdate DESCENDING`) in the request body.