Discussions
PLEASE! What is the secret to creating an Event with Functions in iMIS REST???
Does anyone know how to create an Event with Functions in REST?
Managing Membership Over REST API
Hi there,
Get Group Members via Rest API
Looking to simply get members and their contact info that are enrolled in aspecific group utilizing the REST API. My assumption was to get the Group and its GroupID and then use another endpoint to get the list of associated members but I can't figure out the relationship between group and members. Looking for guidance on the steps I would need to get the members of a specific group and their contact info.
Uploading of files
Is there anyone here using the cloud based (client side iParts) to upload files? If so, how? Are you using a 3rd party server to store the files? It seems like that's the only way, but I wanted to see if there was some undocumented trick that either the ASI devs know/use or anyone else has figured out.
Does the API require additional access?
Connecting with OAuth
I am trying to connect to iMIS using OAuth and I am unsure what to parse as client ID and also which other fields i need to parse. I am also not sure which URL to send the request to as I get a 500 error when using postman with the example (https://server.com/asiScheduler/api/).
How to access the REST API
I have followed the following instructions as stated on the documentation website:
Redirect .com URL to .org using IIS
A client has .com and .org domains, e.g., www.tradeassociation.org and www.tradeassociation.com. As you can see, these two are identical except for the TLD. All traffic from the .com URL is to be redirected to the .org address.
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.