https://api-prod.corelogic.com/trestle/odata/Property?$filter=ListPrice lt 1000000 and (PropertyType eq 'Residential') and (OriginatingSystemName eq 'SEFMIAMI' and OriginatingSystemSubName eq 'SEFMIAMI_MIAMI')&$orderby=ListPrice desc&$top=25&$select=ListingKey,BedroomsTotal,PropertyType,StreetName,StreetNumber,City,ModificationTimestamp,OriginatingSystemName,OriginatingSystemSubName,Appliances,ListingContractDate,AssociationFeeFrequency,Longitude,Latitude
The $orderby system query option allows clients to request resources in either ascending order using asc or descending order using desc. If asc or desc not specified, then the resources will be ordered in ascending (asc) order. A compliant client SHOULD use the $orderby query to sustain consistency between requests, however, a compliant server is not required to guarantee consistent results between requests.