Discussions
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.
Upcoming PATCH Support Discussion
At iNNOVATIONS Live 2020, support for the HTTP PATCH
verb was announced, but when examples were demonstrated, there didn't appear to be support for the industry standard JSON Patch specification.
Communication Log: Any difference between Email Output and SMS Output types?
So, if I create a communication log item and I specify an OutputType
, most of the time this is a CommunicationOutputMethodEmailData
, for example:
Standalone table - POST - new ordinal
Hi,
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.
We have been working on GL Account import. A couple of questions from Jay and Priyanka I was hoping you can help answer: Attached (GLAccount_postRequest.txt and GLAccount_Request_SameAsGet.txt) are the JSON request we are using to create GLAccount using API endpoint : https://bgcascripting.imiscloud.com/api/GLAccount (POST). We are getting an error (GLAccount_postResponse_Error.txt) while making POST API call. Is there a sample JSON we can refer to?
We have been working on create new GL Account import with REST. A couple of questions from Jay and Priyanka I was hoping you can help answer: