Discussions
How to fetch the entire list of active members at once?
Hi,
REST API: Updating a custom table (non iMIS).
Hello,
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?
REST API - POST VERB : JSON --> How can we easily create a JSON Object of UD Defined MultiInstance Table.
This is the sample JSON that is needed to create a record in Name_CEU table.
My Question is how can we easily create this for other custom iMIS tables?
Rest Permissions Check
Do you know of an endpoint that we can do security checks for when using an OAuth type call? I found a discussion on using the DocumentSummary endpoint and then the Document endpoint to get access to documents that are uploaded to RiSE. What I don't know is if there is a security endpoint in which I can check if the document requested is viewable to the public? Since the OAuth user has access to pull the doc data, I don't want to just allow full access to a document that would require a certain level of access.
can't get a bearer token :(
page not found
Hi, Is it possible to Insert activity using REST API? Thanks
REST API The requested resource does not support http method 'OPTIONS'
I am trying to make a REST API call using AJAX to IMIS using bearer token (which is retrieved using C#) from another site. In other words I am making REST API call to IMIS scheduler endpoint from a different domain.
REST API and Currency Code
Our partners in Asia-Pac are using SOA to change the currency code when passing to a gateway so that iMIS Cart can process NZD with one gateway and AUD with another gateway. However I am being advised that they cannot do this in a cloud-friendly manner with REST APIs as even if they can change the gateway being used, the currency will remain fixed (mostly as AUD) even if they are passing to a gateway connection for the purpose of NZD transactions.
Certification Completion Dates
We have a function to update certification module completion dates/earned units through SQL. Is there any way to update the ActionManifest when we do this?