Discussions
REST API Get Current DateTime
Is there any available api endpoint that I can query to get back what server's current date time is? I'm trying to create an activity and have it be in the correct iMIS instance's time zone.
Token expiration, high volume site
One of our EMS-on-prem clients is making heavy use of the REST API to pull date for their main portal site. iMIS is not their website, but their portal site makes multiple REST calls to gather information to display on the first page after a login. They are big on redundancy and load distribution. The portal site is served by multiple web servers, which send requests to a "Finance API" server, which then performs all REST calls. The Finance API server may have many concurrent requests in process at once.
Editing behavior of Contact Sign In iPart
Hi! I'm trying to add something to the authentication workflow of the Contact Sign In iPart but it seems to refer to things that are not visible. For example I can see the aspx files in iParts\Contact Management\ContactSignIn such as ContactSignInDisplay.ascx, but I don't see the Codebehind, ContactSignInDisplay.ascx.cs, which I assume is in DLL.
Rest API Call to update an Event's user defined field.
I am looking to update one of the MUF fields for an event. I have written a javascript PATCH call to update this field but it's not updating the data. When trying to update other fields like Status, Capacity, or Category, it works fine but any of the additional attributes it doesn't update. Here is what I have that works.
Creates an Event with Directions and Notes
When [creating an event](https://developer.imis.com/reference/postevent-1) with the REST API:
Is it possible to set Directions and Notes information?
Reference Section of Developer Documentation Missing
Please return the reference section of this resource as soon as possible. This URL is no longer accessible, https://developer.imis.com/reference/api-1.
How to remove a party's primary organization? This is 2017 (20.2.65.9955)
Curious - how do you clear out a party's Co_ID? Looking through some code, and it looks like we're trying to delete this entity:
Issue with Create a Cart POST request
I am attempting to create a button on my webpage that leads users to a cart with a single specified product in it. This is such that the user can easily/quickly checkout said product without needing to search for the itme, add it to their cart, then checkout.
Type Definitions from API References
The API references a heap of type definitions, for example:
Creating Chapters
I'm needing to create a large number of chapters in iMIS EMS. Using the API, would the best approach for this process consist of creating a Group using the group endpoint or creating an Item using the Item endpoint?