Discussions
Task Type from TaskDefinition BO
There is a standard BO called TaskDefinition which contains the list of PA Tasks, how can I know if the task is a Scheduled Task or Alert Display from that BO if used in an IQA.
API Request Successful but no Data returned
I'm running into an issue on select environments where I make a Get request and it does not show any errors but no data is returned. I have tried multiple endpoints but nothing seems to work. I have seen this before but it randomly just starts working but that's not a great answer. Here is one of the requests I was attempting, any insight is greatly appreciated.
Updating a party field clears out other party data?
Hi,
Updating security??
Having trouble finding the right endpoints for updating a user security profile in iMIS cloud (20.3.90.44742). I want to:
GroupMember endpoint filters
Hello,
How to pass multiple records in REST API POST method?
Hi team,
How to erase a contact?
Hi,
Deleting a company administrator
I'm able to add company admins and members using the rest API for organization relationships. However deleting it has been a challenge for me and the only reference I can find is available at https://developer.imis.com/docs/working-with-committees#section-deleting-a-committee-member. This may work on committees but I haven't had any luck with the organization relationship. Below is the JSON string I use to post to /api/GroupMember/
Make a donation with tribute
Hi there,
GET or POST to Query or QueryService?
Is there information on exactly how we should be accessing IQA's now? We were using the IQA endpoint but that is moving to the QueryService. I was POSTing to it's _execute handler but then saw that you've added the ability to make a GET call again.