InfusionSoft API: Accessing limited records by order of last updated a powerful feature
InfusionAPI call ORDER BY specific fields works, with a little finagling. As usual, the InfusionSoft API documentation is spotty, but reverse engineering its PHP SDK, I found the "dsQueryOrderBy()" method in the InfusionSoft API, even though the documentation has it as dsQueryWithOrderBy() which you will find 500's with "method does not exist". Remove "with" and…