I am working with v2 and trying to retrieve data from a BAQ that has built in parameters: @BeginDate, @EndDate, @OrderNum, however, I can’t figure out / find the syntax needed to set this data in the filter.
This is annoying. It’s been like this since 10.2.700 at least, maybe 600 also. I was hoping I was missing something but apparently not.
Specifically, it’s in the interactive help page where you run into this. It’s a shame, because I generally like this setup. I know you know @Adam, but I wanted to specify that in order to set up the following…
Workarounds that I know of:
Test using v1 (boo)
In the BAQ, give your parameters default values. The Swagger page will use those, while you are still free to override them in Postman or a browser
Use Postman
Any chance this is better in Kinetic?
Also, I couldn’t open the link. It says I am forbidden to see the help file?!
Sorry for the necro but has anyone ever resolved this? I’m using the v2 api and cannot seem to find a way to use the baq parameters. Obviously I can filter using Odata but I’m pretty sure thats less efficient then parameter filtering.