Discussions
Logout.asmx doesn't always work
We have an integration deployed in several of our client's iMIS installations. Part of the integration's behavior is to log the user out of iMIS. We use javascript to do that, like this:
Passing and Capturing Parameters for the Task
Hi This is regarding the post shared on help site.
iMIS Cloud Rest API - Put Call
We are trying to make PUT call to BOs created by Panel in the cloud instance (20.3). It gives an 405 error.
GET for reading &
POST calls for inserting records are working.
So, need a scenario to Update a record.
Earlier POST calls were working even to UPDATE records, but I believe with recent REST changes(last week) in cloud , it has stopped working and POST endpoints are only for creating the records.
Contact endpoint not filtering on MajorKey
working: https://imistour2847.imiscloud.com/api/CsContact?MajorKey=101
not working? https://imistour2847.imiscloud.com/api/Contact?MajorKey=101
Error with SSO and refresh_token
iMIS 20.3.69.27972
Error 403 posting to panel source
I'm deploying a solution that utilizes a single-instance panel source to store user information. I have successfully tested it in a different iMIS installation.
Donde esta Name.CHAPTER in the API
It might be me, but for the life of me I can't find the CHAPTER field in the API. Doesn't seem to be in Party, Person, etc. Thanks in advance.
Groups
We are trying to get a company's group list from the company group list they are a part of as a company admin but we are getting a 403 Unauthorized response. For example, Alex M is the coAdmin of Versaton Global and he is trying to see the group list for Versaton US to look up John Tan. The group list editor ipart shows this data but when we try to do the equivalent over the api it does not allow us. Is there something specific we need to do?
REST for file upload panel propriety type
Client wants to import images into a panel of file upload type. What's the parsing look like. https://developer.imis.com/discuss/5d826f3ffb6045005056e4c2 in case it helps.
How to bypass 3rd party application login page if user is already signed into iMIS database
We have an our application login page authenticating the user to the iMIS database – that’s working.
But if someone is already signed into iMIS, we don’t want them to have to sign in again when they go to our application. The login page should be able to detect that they’re already signed into iMIS and take them directly to the home page of the application.