Is $expand option supported in WebApi
I'd like the relate Media to return with the listings data. This is common with other WebApi implementations. However, when I pass $expand=Media with the uri, it returns with a HTTP 400 error.
Comments
{ "error": { "code": 400, "target": "query", "message": "The request is invalid.", "details": [ { "code": 501, "target": "$expand", "message": "$expand is not recognized as a valid parameter.", "details": null, "innerError": null } ], "innerError": null } }