Discussions
SSO OAuth2 module
Once I have retrieved the OAuthH2 token and posted it back to the endpoint, how do I get the user's ID and then the Party object for the logged in user?
Remove a person from an organization
Hi,
REST API: Is there an endpoint to mark the attendance for the the person attending an event that has been setup in iMIS?
Hi,
REST API with pass-through auth - how do I get logged in user's ID or username?
If I'm using the pass-through auth, with the Request Verification Token, what's the best way to get the ID or username for the currently authenticated user?
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
Updating a person's organization
How would I update a person's organization via REST?
How to update a specific activity record
Hi,