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
Trying to use API, cannot get token
sending
$data = array(
'grant_type' => 'password'
, 'username' => '**'
, 'password' => '**'
);
Get function registrants for event?
How can I get a list of registrants for a specific function of an event?
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: