Can I access the Request object or QueryString from a method in a data service?

Hi,

You can use the service.OnGetDispatchInfo event.

In this event you can cast aTransport to IROHTTPTransport and use IROHTTPTransport.QueryString

Check the Receiving information about client on server-side snippet for more details.