Expand in Image Queries in SMLA [closed]
When attempting to add the $expand directive, we are met witha “400: Bad Request” response. We can verify that it is specifically the $expand request triggering this response as we can perform the exact response minus this one directive with complete success.
200: Success
post_data = {:$filter=>"ListingId eq '507686'", :$select=>"ListingId,ListingKey,PhotosCount,PhotosChangeTimestamp", :$count=>"true", :$top=>1000} URL Request: https://smlsa.paragonrels.com/OData/S...
400: Bad request
post_data = {:$filter=>"ListingId eq '507686'", :$select=>"ListingId,ListingKey,PhotosCount,PhotosChangeTimestamp", :$count=>"true", :$top=>1000, :$expand=>"Media"} URL Request: https://smlsa.paragonrels.com/OData/S...