Discussions
Updating a multi-instance user defined table (GET and PUT request REST API) created through Panel Editor not iMIS Desktop
I have a client who's REST API calls where working in iMIS Version 20.2.46. Now they have upgraded to iMIS 2017 SP M and the previous API calls are just not working anymore.
i.e. GET request from multi-instance user defined table
https://{url}/Asi.Scheduler_iMIS/api/StudentGrades/20303,2 used to work
Now only https://{url}/Asi.Scheduler_iMIS/api/StudentGrades?ContactKey=2015287&Ordinal=2 returns this one unique record.
PUT /party/[ID] question/issue
It appears that while I can update a PartyId, I can't do it without the "PersonName" and "PartyId" elements in the payload. It's not so much the PersonName as the underlying FirstName and LastName fields, but same issue. If I have an ID and want to just update the email address (for example), I need to make a GET call to pull the PersonName info, just to put it back to update the email address. Also, having to include PartyId:101 when the 101 is in the endpoint URL seems a little duplicitous. What would be great is to be able to PUT (or PATCH) using something like this as a payload:
When we have issues with SOA where do we go for answers?
Is the SOA supported by ASI? Can they answer questions such as:
SOA throws an error ""SecurityFault: An error occurred. Please contact the administrator." -- Where do we go to get answers with this sort of vague message?
Object reference not set to an instance of an object.
I submitted a cart and received this nondescript error message back from SOA.
Can you do put to update a comboorder status?
Can you do put to update a comboorder status in 2017 releases? Client wants update orders set stage='Completed'
REST API: Is there an endpoint to mark the attendance for the the person attending an event that has been setup in iMIS?
Hi,
Managing User Roles via REST
I'm curious about the best way to handle user roles in the REST API, as I've had some interesting issues trying to manage that via the User endpoint.
Panel Sources via REST API
We are trying to call a Panel Source using REST to add some data, but having issues. All Panel definitions should have associated Business Objects in iMIS Cloud, right? We have 3 panels in particular where this doesn't seem to be the case, and I see you can no longer auto-generate business objects from User defined tables/sources using the "Build All" button that used to exist in iMIS 2017.
Stored Procedures with REST
Can we run stored procedures like "asi_RebuildCounters" or any custom stored procedures with current imis REST API?
Is this a possibility with current API or we can expect it in the future?
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.