Discussions

Ask a Question

Onlie Store or Shop into Mobile Application Integration

We have eCommerce Store, <https://members.crsi.org/Members/Store>. How can we implement this into our Mobile Application without Header and Footer, please advice.
ANSWERED

how to get API for MCI/IMIS Inagration

MCI requirements to be filled by ACA / IMIS API Documentation and/or URL Production endpoint Staging/Testing endpoint Authentication method and calls to make with expected response
ANSWERED

Community Members Not in GroupMember Endpoint

Is it not possible to update iMIS communities through the GroupMember endpoint? There seems to be references to Community Members in the documentation but I cannot get the community to pull back in Group Summary nor can I get the members to pull back in GroupMember. Any assistance is appreciated.
ANSWERED

The /Item and /ProductItem endpoints aren't returning the Title field

I'm trying to update products using either the /Item or /ProductItem endpoints, and the response when I call a GET doesn't include the Title field. It's just not there. When I update the field I'm trying to update (WebOption) and PUT it back, it fails with "Title field missing". If I add the Title field (which I don't want to update) it's accepted. Why is it missing and if it's by design what endpoint should I be using. Thanks.
ANSWERED

Creating new data sources through the API

Is it possible to create new data sources via the REST API? I could not find documentation in the current API reference just for Panel Definition and Panel Datasource itself. I saw that I can get the metadata of a panel data source via the /api/metadata endpoint but cannot POST to it. We would like to automatically deploy multi-instance and single-instance data sources for party and event and ideally standalone data sources. Please let me know if it is somehow possible or is it somehting for the future. Best, Alexander

PartyImage Public Access

Apologies for any ignorance, I'm not a developer beyond Python Dev but simply trying to pull logos from the partyImage endpoint. My python script is simple: 1. Request Token Endpoint (get Bearer token) 2. POST call to the PartyImage (\_execute) endpoint and provide the body syntax (see below) with the party ID included using my new token. 3. Retrieve URL for the image 4. Take that URL image to do 'other stuff I need'. I can get to #3 but when I try and open the image I constantly get a 400 error and the page just says 'Bad Request'. But, if I login to iMIS and then try the URL again it works. I would think this is a CORS issue but the interesting part is when I call the image URL and it works after logging into iMIS, it works locally but ALSO my Zapier flow works as well...which I wouldn't think is a CORS issue? Once again, trying to do something pretty simple here from a REST API perspective so hoping this is an easy fix? Thanks in advance! body syntax { "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts", "OperationName": "GetProfileVirtualFile", "EntityTypeName": "PartyImage", "Parameters": { "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib", "$values": [ { "$type": "System.String", "$value": "23904" } ] }, "ParameterTypeName": { "$type": "System.Collections.ObjectModel.Collection`1\[[System.String, mscorlib]], mscorlib", "$values": [ "System.String" ] }, "UseJson": false }
ANSWERED

Is approval possible in CertificationProgramRegistration API?

When enrolling a Party to the CertificationProgramRegistration endpoint any components that are marked as requiring approval will have the "Awaiting Approval" status. Is there an option to mark that component complete in the API without staff involvement? Updating the status to 2 in the component doesn't appear to be working.
ANSWERED

Displaying content record properties in HTML in RISE

Hi, I'm looking for some help/documentation around displaying content record properties in HTML content. I've had success displaying content record titles in HTML by using the [title] property in square brackets. I've also had success using this syntax to display User Defined Fields. I am struggling to find a way to display publish dates this way. I've guessed a collection of field names, like [publishDate], but have had no success. Is there documentation available anywhere for what properties are available to display this way for content records, and what their exact names are? Thank you for any help, Jesse
ANSWERED

Can you hyperlink a profile image?

When building an IQA using CsNamePicture as a source and displaying the Picture Logo as column a column in the query, iMIS will display the profile image. Is there a way to hyperlink the image to an internal content page? I tried to do by placing a URL in the Link column within the display line of the query. The text of the link was /Directories/Member_Roster.aspx?ID[code_ID]. While the link worked just fine, the images were all replaced by hyperlinked text that displayed as "System.Byte\[]". Thanks for your help.
ANSWERED

Update BillTo Contact in All Modules

Good afternoon, My staff has frequent needs to change the BillTo contact in many areas of iMIS. Unfortunately, this is not easy to do in the cloud version of iMIS. My current need is to change an event registration BillTo. I tried passing the ComboOrder back through the API with No Adjustment on all of the lines and a new BillToCustomerParty PartyId, and while the response looked promising, the data did not seem to update. Is there any way to update the BillTo contact through the API? Thanks, Korey