I need to query the Appian database (MariaBD) from my KPIs application. What would be the best way to do it? Does Appian have any webservice available?
Discussion posts and replies are publicly visible
Hello ricardos0433 ,
Yes, we can query the data. There are multiple methods available for retrieving the data, including web APIs, imports, CDT and records. Each method is suitable for different query requirements.
Web APIs: If you're dealing with real-time data or integrating with third-party systems, we would use web APIs to fetch the data dynamically.
Import: If you have large datasets that need to be imported into your system, we can use imports (such as CSV or other file formats) to bring the data in efficiently.
CDT: This approach is useful when working with standardized data structures that can be easily integrated and manipulated consistently.
Records: When working within a specific platform, such as a CRM or database, records are the best way to interact with and we can easily organize the data.
This very much smells like AI generated and the question is about exposing data from Appian for an external system.
CDT means Custom Data Types, not Common Data Types.
When I post AI generated content, I point it out explicitly.