I am trying to access a 2sxc api using postman but is not working for some reason.
$2sxc(moduleContext)
.webApi.get('app/auto/api/List/persons')
I am using [Domain]/DesktopModules/api/2sxc/counterApp/List/persons
But I get a 404 error.
Using $2sxc does work. But I want to make a call from a non DNN-website. The code: Foto: 2sxc api controller
Are you inside the Content App or your own custom app?
If you are in the Content App, there automagic path is
The above should just work without writing code (a controller).
If you're in your own custom app, then you will have written your own custom controller. Which you can read about here, ASP.net WebAPI in 2sxc. In the fake example, below that would be in Portals/0/2sxc/myapp/api/PublicController.cs