Discussions
Template endpoint
Does the template endpoint work? Is there a trick to it? I'm looking at https://developer.imis.com/reference/template, and while I can call the endpoint successfully and get a 200 OK response there's never any data. Just a Count/TotalCount of 0. Yes, there are templates in the folders.
Creating Json Web Token
We are writing an SSO for a third party integration that does not support OAuth 2.0. We need to create a json web token in our C# iPart. Is there a recommended way to create them in iMIS? We are currently trying using the SymmetricSecurityKey class but iMIS does not seem to play well with it.
REST API Person Update Birthdate
We are grabbing a person record and modifying two fields in additionattributes data then sending the information back in an update. When we send the exact same Birthdate we received from the Person GET call it saves it as one day prior to the value.
Throttle Limit on REST API calls
Hi, this is more a general question on keeping the iMIS REST API happy. Other APIs often have a throttle limit i.e. how many API calls one can make in a minute. It seems that the iMIS API does not have such a limit hence my question how many API calls one should make as a maximum in a minute so that iMIS still stays happy.
Thanks a lot for your advise and guidance.
Best,
Alex
Set response header for iMIS?
Hi,
Forget password email configuration
I want to change the forget password email subject line but I am not able to find it's setting in iMIS portal.
Can you PUT/update a cart via JavaScript?
It's not in the documentation and I haven't been able to get it to work yet but it's worth an ask: is this possible? Can I retrieve, update and PUT back a cart object via JavaScript for a regular (non admin) user?
Person API - Informal Name Blank after Update
After making an update call to the Person API endpoint, including FirstName, LastName, and MiddleName, the Informal Name field is being blanked out.
REST API vs SOAP on iMIS
I'd like to make a comparison between how we use REST API and SOAP for iMIS integration.
SSO - refresh_token expiration
I'm implementing SSO for iMIS-Wordpress based on this tutorial https://www.organizedbits.com/blog/using-asis-single-sign-on-ipart.