BaqSvc missing in REST v2?

I am new to the REST world and am looking to pull BAQ results using REST v2. I don’t see the option like I do in v1.

The REST v1 options present as follows:
image

The REST v2 options do not provide the BAQ option:
image

The services I find available within the v2 BO Namespace are:
Ice.BO.BAQDesigner
Ice.BO.BAQExtDataSource
Ice.BO.BAQExtDBSearch
Ice.BO.BAQExtDsMetadata
Ice.BO.BAQExtDsType
Ice.BO.BAQReport

All the documentation I’ve found (and threads here) state to use the BaqSvc for either version. Any hints as to what I am missing would be appreciated.

Thanks!

…sounds silly, but have you tried using it even though its not listed in swagger? I thought I remembered seeing a thread were there was a few methods missing from swagger even though they were available for use.

Yeah the initial V2 version didn’t have the swagger help page updated for this, but the service is there. This has been fixed in later versions.

And the REST 2 Services manual on EpicWeb shows how to call it: Epicor10_RESTServices_v2_102X00.pdf

Thanks to all who replied. The fact it was missing from the swagger help page was the culprit. We are good to go using the info provided. Thanks again!