Discussions
Calling an IQA using the REST API
I have created an IQA with a url filter (@url:PartyId) and I am trying to call the IQA with:
Autofac Exception thrown while attempting to create a Cart Object from a Web Application
When I try creating the Cart Object, this following Autofac Exception is thrown
"The requested service 'Asi.Core.Client.ICommonServiceHttpClient' has not been registered. To avoid this exception, either register a component to provide the service, check for service registration using IsRegistered(), or use the ResolveOptional() method to resolve an optional dependency."
Any help towards the resolution of this would deeply appreciated.
How to relate Party to User using REST?
There doesn't seem to be a good, natural way to get from a Party to a User.
Using SSO to provide access to secure areas of both iMis and a 3rd party client site
I'm a bit confused by iMIS' SSO implementation and could use some guidance.
REST postman Collections for Import
Does anyone know the place from where we can import Postman Collections?
IMIS REST API - Write to Non iMIS Table
Does anyone know if the iMIS REST API can be used to write data to a non IMIS table?
API Request Successful but no Data returned
I'm running into an issue on select environments where I make a Get request and it does not show any errors but no data is returned. I have tried multiple endpoints but nothing seems to work. I have seen this before but it randomly just starts working but that's not a great answer. Here is one of the requests I was attempting, any insight is greatly appreciated.
Resetting passwords
Are there any other ways to reset passwords in iMIS besides clicking 'Forgot password' and getting a password reset email?
How to DeserializeObject IQA
How in c# would you DeserializeObject IQA such as below?
REST API with pass-through auth - how do I get logged in user's ID or username?
If I'm using the pass-through auth, with the Request Verification Token, what's the best way to get the ID or username for the currently authenticated user?