Discussions
Looking for information on Rate Limits for REST API
I'm in the process of building out a .net library to use for REST API access. It's written to be asynchronous and I'm anticipating some high use scenarios for it in the future. I have already built some throttling into it to make sure that it isn't asynchronously overwhelming the the service, but I'm just guessing at the throttling rates. I'm wondering if ASI could share any recommendations about Rate limits against the API so I can make sure my library will stay within those limits. Thanks!
Does ASI publish a swagger spec for the Rest API?
I am looking at using AutoRest to build a client proxy, but it requires a swagger spec to work. I remember hearing ASI talk about this previously, but didn't know if it's available yet.
REST API Error: ArgumentFault: Incorrect number of identity element
Hello, I am trying to perform a GET request for one of my tables and receive this error: ArgumentFault: Incorrect number of identity element
Does anyone have a way to display a profile image to non-logged in users?
The mini-profile iPart contains a feature to display a person's profile image. Unfortunately, the mini-profile iPart nor the Profile Picture iPart will display for web visitors unless they first login. A client has a public directory that can be searched and wants to display the profile image on the public profile page.
Address Verification
The DEVELOPER documentation refers to Address Verification as a Primary Entity here: https://developer.imis.com/docs/address-verification-primary-entity
Angular roadmap/versions
Hi,
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 API Cannot update property in user defined table
Hello, I am attempting to update a property "WEB_PASSWORD" in a User Defined Table we have called "General". When I run the API request this is the response I get:
Extending iMIS objects using user defined tables
We extended a lot of default iMIS objects to fit our needs. In a lot of cases we build custom stored procedures to populate these tables and work around iMIS iparts. Our stored procedures typically consist out of two inserts; 1 is the imis default table and 2 is our custom table.
This design is dated and if we want to go to the cloud we have to change this approach.
Custom Table
I'm trying to figure out if there's a way to do Custom Tables in iMIS. I see that I can create a table in the SQL, bring it in is a Business Object, IQA and all that good stuff, but is there a way to update those pages inside of iMIS? If not, is there any thought on putting this as a feature? Most other CMS's give you the option to write plugins (or as you call them iParts) which can write to a database and output in a way that we want them to be displayed. The way iMIS has news items and tagged lists are very archaic and when we want to add new features the ability is just not there.