Hello,
I've got a working api call that I use on development database. It pulls data just fine with the parameter I hard coded in (SomeData is actually a PatientKey):
I'm trying to get my 'request' variable to query data but it ALWAYS returns null... Here's the dnnServiceClient that I'm working with from the example module:
It's pretty much the same as the AngularModule with some slight edits. And here's my function:
In the browser I can see that my patientkey is loading and is passed to the service properly however my code behind won't pick it up... Again I know my repository and model works as my hard coded variable in the controller works just fine. Why can't my service pass data to the controller?
Thanks.