Discussions
REST Endpoint to extract Panel Sources(Fields and DataTypes) not Panel Data
Hi ASI Folks,
Accessing REST from simple .ascx control iPart
I may have asked this question before, if so I apologise. Client is 20.2 self hosted. I'm writing a fairly simple iPart (C# control, not JS, not compiled DLL) and I'd like to use REST to access data (and ultimately write it back). I can do this using both security models, but the "get a token" requires username and password, and the JavaScript one uses a variable that isn't on the page yet (and is a more client-side thing anyway). I'm not pumped about storing or using a username/password anyway, doesn't seem like it should be necessary. This isn't a "how to use REST" question, this is a "how do I access REST without using either of the 2 existing security options if I don't want to store a username/password" question. Thanks in advance.
How to list all registrations for a given event_id
The case is that I have 120,000 parties and I need to filter out only the parties for a given event using the API.
Multiple Angular Apps on same content page
Hi,
ComboOrder for Membership
What's the process for signing someone up to a membership via REST?
Upload Content to Rise
Is there a REST equivalent to this: https://developer.imis.com/docs/content-1
Newtonsoft Update
Has anyone successfully updated Newtonsoft to version 12?
Grabbing References to Contacts that HAVE Attended an Event
Good afternoon,
How to access REST via a C# control, self-hosted
Consider this a question that I should probably know the answer to. Client is self-hosted on 20.2 SPV, won't be 20.3 or 2020 for a while. Building a simple page to update their personal profile (yes, would prefer to use a simple panel but you know clients) using a simple C# control. I know how to access REST from an Azure function, and how to access it via JavaScript, but I'm having a hard time accessing it using C# code-behind. I can't access the JavaScript __RequestVerificationToken value, and I really don't want to embed a full-user account (don't need to do anything but let someone update their own account). What's the trick? iMIS uses REST (right?) and there isn't an account embedded anywhere that's being used (that I know of). Any advice would be helpful, thanks.
How to get all the payment transactions of a member
I am not able to find any documentation regarding the member transaction?