These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question

REST API General Usage Questions

Hi, 1) What is the recommended way to build a solution using the swagger models? 2) What version of iMIS was used to generate these swagger models https://developer.imis.com/docs/imis-rest-api-data-models-and-swagger-json-files 3) Is there a way to get the swagger model for the version of iMIS that I am using, whether that be iMIS 2017 or the cloud? I've tried using nswag to generate client models to deserialize the iMIS responses into but I've not yet been successful with this approach. I'm curious to hear what others suggest. Thanks

How to access (SSO) Link using client ipart at angular

Hi Team , We have a client application(SSO) that application link should return a JSON value. If I tried to access the return values using angular client iPartin client application(SSO) link using below method: this.http.get<any>("https://****.imiscloud.com/******.aspx") I am getting the below values. Its not return actual value: "<html><body onload='document.forms["form"].submit()'> <form name='form' action='https://bottomline.ifinity.co.uk/ValidateUKBankAccount.aspx' method='post'> <input type='hidden' name='refresh_token' value='58955b60528a4443af56e4bc9810b64e'> </form></body></html> " How can I access the client application link in angular client iPART? Do I need to pass any data to access the link ?

iMIS Desktop .NET Pulling Currently Logged In User and Setting Current iMIS User Programatically

I have created a custom integration in iMIS Desktop as a contractor for P.E.O. We recently updated to version 20.2.65.9541. We were using the Standard iMIS Callback/Event Interface to pull the current logged in user and update which client was selected in iMIS Desktop. Now, we are not able to pull this info except on the original server. Is there something that we are missing?

iMIS SSO with 3rd Party Client Site

We are implementing iMIS's SSO solution and have set up the iMIS side according to the documentation provided at https://help.imis.com/imis2017/Features/RiSE/Maintenance/Single_Sign_On.htm; however, after logging in at the newly created sign on screen and being redirected to the content record containing the Single Sign-On content item, we get the message "Login redirect Url [Our Redirect Url] did not respond." Is there any documentation about what is required on the 3rd party client side to provide iMIS the appropriate response? What is the response that iMIS is seeking when this message is displayed?

queryservice Endpoint on iMIS version 20.2.65.9955

Hello, We are working on our move to the iMIS cloud and have been successful at using a number of the endpoints in the v20.3.44 REST API Documentation even though we are on iMIS version 20.2.65.9955. However, as we begin to rebuild our integrations to be cloud-friendly, we noticed this article, https://support.imis.com/hc/en-us/articles/360040333131, stating that the IQA endpoint will be deprecated and that the queryservice endpoint should be used instead. Rather than building our integrations using the IQA endpoint which we will need to recreate when we get to the cloud, we hoped to go ahead an build using the queryservice endpoint; however, when we attempt to access the queryservice endpoint, we get "501Service not implemented." Therefore, we are in a position where we cannot build properly for the cloud because the service is not implemented but will not be ready to move to the cloud until all of our current integrations are rebuilt for the cloud. Any advice? Thanks, Korey

POST issue on User Defined Table

Good afternoon, We are having some issues with a user defined table. We are able to GET data from the API for this table through something like Postman, but we are not able to POST data to that table anymore through a JS script (we are able to before) Could this be something that no longer works due to some sort of upgrade? Thanks!

SSO Integration SAML 2.0

Hello, I need to integrate IMIS with a service provider (Slido.com). Imis will work as the Identity provider and will need to implement SAML 2.0. Can anyone guide me to make it work ? Thank you

Offsets with queryservice endpoint

Is there any ability to use an offset with the new query service endpoint? We are asking since IQA endpoint will be deprecated in the relatively near future, so ideally we'd prefer to build everything using the new queryservice endpoint and not have to go back and fix up the old IQA endpoint. So far we have not see a way to pass any offsets along in the call. It also does not help that there is little to no documentation on the new query service endpoint. Kind regards, Julie

Simple client-based iParts from external source

If I create an iPart with an external HTML file for display and/or configuration is throwing an invalid virtual path error: 2020-11-04 12:43:11,328 [99] ERROR Asi.Web.UI.UserControlBase [(null)] - HttpException: 'https:/www.abc.org/iParts/CSystems/Mailchimp/Admin/index.html' is not a valid virtual path. at System.Web.Util.UrlPath.CheckValidVirtualPath(String path) at System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative) at System.Web.VirtualPath.Combine(VirtualPath relativePath) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at Asi.Web.Mvc.PathProvider.MapPath(String path) at Asi.Web.Mvc.MvvmUtility.Html(ContentItem iPart, PageType pageType) at Asi.Web.Mvc.MvvmUtility.DisplayHtml(ContentItem iPart) at Asi.Web.UI.ContentItemDisplayBase.GetMvvmContentItemHtml(ContentItem contentItem) at Asi.Web.UI.ContentItemDisplayBase.RenderWebPart(HtmlTextWriter writer) at Asi.Web.UI.ExceptionHandlingContentItemBase.Render(HtmlTextWriter writer) Request URL: /Sbox/mcAdmin.aspx?WebsiteKey=4243d9e2-e91e-468c-97c2-2046d70c1e1a URL Referrer: /Sbox/mcAdmin.aspx The error points to https:/www..... but the setting on the iPart is https://www..... Is there some magic in pointing the display/config controls for a custom iPart to an external source?

Object Model/Data Contract

Is there a defined Object Model/Data Contract to use when deserializing the JSON data or do we need to write our own?