First time here? Check out the FAQ!
0

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.

onjax's avatar
onjax
asked 2022-02-23 17:36:02 -0500
Joe_Brueske's avatar
Joe_Brueske
updated 2023-03-14 08:21:58 -0500
edit flag offensive 0 remove flag close merge delete

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 } }

onjax's avatar onjax (2022-02-23 18:13:07 -0500) edit
add a comment see more comments

1 Answer

0

We do not currently support the "$expand" option.

bwolven's avatar
bwolven
answered 2022-02-28 09:06:50 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer