Discussions
Describing IQAs via REST API with aliased property names?
Is there a way to get the definition of an IQA that includes the aliased Property Names?
Calling /api/QueryDefinition/_execute with OperationName = "FindByPath" returns values like:
{
"$type": "Asi.Soa.Core.DataContracts.QueryPropertyData, Asi.Contracts",
"QuerySourceId": "063b404c-460c-420a-b67d-878fe4ffaff8.SR2",
"Name": "063b404c-460c-420a-b67d-878fe4ffaff8.CL29",
"Caption": "NetContactData.Id",
"DisplayFormat": "G",
"Link": "",
"DataTypeName": "String"
}
But that property is aliased as "PartyId" and will come back as such when the IQA is called via the API, making it harder to use the IQA as an abstraction layer of defined model but flexible data source.
Registration _validate vs _execute in the documentation
Is there any chance someone can have a look at the documentation for the _validate and _execute (POST) options in EventRegistration? The examples and documentation are completely different, there's no payment data in the _execute example, etc. It would stand to reason that the difference between the 2 would be minimal, as they're doing everything the same except processing the order but while I have worked out the payload for the _validate call I can't do the same for the actual registration one. Any additional info would be helpful. Thanks much.
Is there an endpoint to pull member types?
Or customer types or whatever the general term is nowadays? I imagine I could pull them using a generic entity, just trying to not hit tables directly. Thanks.
REST IQA Result: Proper paging OFFSET
Not sure if my initial question made it through, but ...
I am running IQA through REST
The initial request is form, giving me the FIRST 500 records
http://my.instance.com/api/iqa?queryname=$/My/IQA&limit=500
Can I query transactions?
I'm trying to query transactions on a client's imis instances, but I'm not having any luck
20.2.64.8598: https://www2.ispe.org/Asi.Scheduler_TESTiIMIS/api/transaction/826269
20.2.65.9655: https://www2dev.ispe.org/Asi.Scheduler_IMIS/api/transaction/817229
How to maintain/develop iMIS angular ipart
Hi,
Fundraising
https://developer.imis.com/v1.0.1/reference/donation-payments has no information, and the swagger is incomplete. For example, the Transaction object has several loosely typed properties.
Posting to a multi instance panel
Hi,
Autofac Exception thrown while attempting to create a Cart Object from a Web Application
When I try creating the Cart Object, this following Autofac Exception is thrown
"The requested service 'Asi.Core.Client.ICommonServiceHttpClient' has not been registered. To avoid this exception, either register a component to provide the service, check for service registration using IsRegistered(), or use the ResolveOptional() method to resolve an optional dependency."
Any help towards the resolution of this would deeply appreciated.
Using REST to manage Subscriptions
How do we query Subscriptions records in iMIS through the RESTful API?
That is doing any CRUD operations.