Reputation: 11
I'm using the Postman app to make a GET request to an OData service. I have more than 100 entities in my OData model, and instead of specifying each one individually, I want to expand all of them in a single request.
I tried using the $expand=* query option, but it didn’t work for me.
got this error message:
Unable to understand API request with character sequence: * at character position number: 0 invalid characters: * .
Is there any other way to achieve this? I couldn’t find any alternative methods.
Any help would be greatly appreciated!
Thank you!
Upvotes: 0
Views: 145