Discussions
Refresh token is empty
I have a client application that has been working perfectly for a long time and suddenly I am getting an empty refresh token. The only thing that changed was the manager password but I am pretty sure it worked after the change. Anyone have any ideas on what to look at?
GroupMember POST API call.
We have created a GroupMember POST call to add a contact record to a committee. When we post this record it will delete any record that was already in the committee for that contact. Is there a flag or field that needs to be added to prevent this from happening?
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?