Skip to Content

Welcome to the LogicGate Risk Cloud® Developer Portal

Everything you need to integrate Risk Cloud into your tech stack with our Open RESTful API.

Developer Portal
Resource Types
Search Form

1 – 12 of 164 Resource Results
Developer Blogs
What Do We Look for in Developers?

Interviews are stressful. From finding time to meet a slew of people with different titles, to handling a dreaded technical curveball, interviewing can feel like a full-time job, except one where you don’t get paid. Amidst all of this, you’re trying to ask the right questions to determine if you’ll…

Release Notes
v2021.4.0 Release Notes

Featured Updates Jobs What does the future hold for a given Record? Now there is a way to tell! With the new Upcoming Job Runs by Record endpoint, API users can see a glimpse into the future of a Record’s upcoming Job runs. All Updates New Deleted Deprecated Changed API…

Release Notes
v2021.3.0 Release Notes

Featured Updates Images Release the cat memes! Images are further supported in the Rich Text portions of the Risk Cloud platform. API users can now retrieve and upload images via the following new endpoints. Record Audits Have you ever been curious how active a particular Risk Cloud Workflow is? The GET…

Release Notes
v2021.2.0 Release Notes

Featured Updates Favorites Favorites are here! Users are now able to show some love to their favorite Records, Dashboards, and Reports. The following new endpoints empower API users to manage and search their Favorites, including by type (e.g. Record, Dashboard, TableReport, VisualReport). Record Due Date The sun gently sets as…

Release Notes
v2021.1.0 Release Notes

Featured Updates Record Search Searching for Records of a particular Workflow? Summaries of record data can now be aggregated by Workflows and even Steps via the GET /api/v1/records/search/summarize endpoint. Job History No resume or CV necessary! Job history can now be obtained by the new GET /api/v1/jobs/history endpoint, which allows API users…

Developer Blogs
2 Quick Tips I’ve learned for FE Testing as a LogicGate Dev

Debugging is an essential part of writing code. During my time here at LogicGate I’ve learned a ton of helpful tips and tricks (big shout out to my teammates!) that make debugging on the Frontend more efficient. Below, I share two of my favorite debugging tips that have saved me…

Developer Blogs
Kotlin at LogicGate

Here at LogicGate we are constantly on the lookout for new technology to add to our toolbelts. One of the latest additions to our tech stack has been getting a lot of attention in the JVM community after being named an officially supported language for Android development by Google. It’s…

Developer Blogs
Spring Boot with Neo4j & MySQL

Our customers use LogicGate to build complex process applications that link organizational hierarchies, assets, and compliance requirements across the enterprise. The dynamic nature of the platform (giving users the ability to customize objects and their attributes, workflow, etc.) can be supported by a relational database, to a point, using an entity-attribute-value model….