0
votes

I'd like to make a call to a query (SiteServices) from another site. I've set a "Read" permission on the query for "Anonymous". But, when I go to the URL "../DesktopModules/2sxc/API/app-query/SiteServices" I get an error that no module info was supplied.

Is it possible to read a query's data from outside of DNN? The query doesn't use any module information - it gives everything for a given content type.

Thanks,

Mike

1

1 Answers

0
votes

The query must always know what app it is for. Normally this information is provided through the module ID. When you're using it anonymous, you need to add the app-name.

.../2sxc/api/app-query/MyAppName/SiteServices

is the syntax you're looking for.