• Platform
    • Overview
      • Risk Cloud Overview
      • Features
      • Services & Support
      • Pricing
    • Capabilities
      • Reporting & Analytics
      • Risk Quantificaton
      • Integrations & API
      • Risk Cloud Exchange
      • Platform Security
    • img
      See why Risk Cloud was rated the #1 GRC platform on the G2 Grid for Spring 2023.
      Learn more
  • Solutions
    • _separator
      • Cyber Risk & Controls Compliance
      • Enterprise Risk Management
      • Third-Party Risk Management
      • Controls Compliance
      • Policy Management
    • _separator
      • Regulatory Compliance
      • Data Privacy
      • Operational Resiliency
      • Environmental, Social & Governance
      • Internal Audit
    • 10 Purpose-Built GRC Solutions. One Connected Platform.
      View All Solutions
  • Industries
    • _separator
      • Industries Overview
      • Software
      • FinTech
      • Telecom
      • Banking
    • _separator
      • Insurance
      • Investment Services
      • Hospitals & Health Systems
      • Pharmaceuticals
      • Medical Devices
    • _separator
      • Oil & Gas
      • Utilities
      • Alternative Energy
  • Company
    • _separator
      • About Us
      • Careers
      • Leadership
      • Partners
    • _separator
      • News
      • Trust & Security
      • Contact Us
    • img
      See why Risk Cloud was rated the #1 GRC platform on the G2 Grid for Spring 2023.
      Learn More
  • Resources
    • Risk Cloud Help
      • Help Center
      • Developer Portal
    • Learn + Connect
      • Blog
      • Customer Stories
      • Resources
      • Events
      • Podcast
    • img
      KRIs for ERM: Developing Metrics for Managing Enterprise Risk
      Get the Guide
Request A Demo
img
See why Risk Cloud was rated the #1 GRC platform on the G2 Grid for Spring 2023.
Learn more

Documentation

Menu

  • Quick Start Guides
    • Risk Cloud API: Getting Started
    • Risk Cloud PowerBI Connection
    • Risk Cloud Webhooks
  • API Usage Guides
    • Risk Cloud API: Automated Evidence Collection
    • Risk Cloud API: Pagination
    • Risk Cloud API: Record Search
    • Risk Cloud API: Authentication
    • Risk Cloud API: Create Records
    • Risk Cloud API: Export Record Data
    • Risk Cloud API: Update Records
    • Risk Cloud API: Upload Attachments
    • Risk Cloud API: View User Access Audits
    • Risk Cloud API: View Applications, Workflows, and Steps
    • Risk Cloud API: Viewing Fields
    • Risk Cloud API: Viewing Users
    • Risk Cloud API: Create Users
  • Release Notes
    • v2023.5.1 Release Notes
    • v2023.5.0 Release Notes
    • v2021.4.0 Release Notes
    • v2021.3.0 Release Notes
    • v2021.2.0 Release Notes
    • v2021.1.0 Release Notes
  • Developer Blogs
    • Tidying Up Existing REST APIs
    • Accessibility Improvements at LogicGate
    • What Do We Look for in Developers?
    • 2 Quick Tips I’ve learned for FE Testing as a LogicGate Dev
    • Kotlin at LogicGate
    • Spring Boot with Neo4j & MySQL
  • Case Studies
  • Integrations
    • UCF Risk Cloud Connector
    • Salesforce Risk Cloud Connector
    • Jira Risk Cloud Connector
    • DocuSign Risk Cloud Connector
    • Slack Native Integration
    • ServiceNow Ticket Risk Cloud Connector
    • Google Drive Risk Cloud Connector
    • BitSight Risk Cloud Connector
    • Microsoft Teams Native Integration
    • CUBE Risk Cloud Connector
    • Vital4 Risk Cloud Connector
    • Ascent Risk Cloud Connector
    • SecurityScorecard Risk Cloud Connector
    • Tenable Risk Cloud Connector
    • Black Kite Risk Cloud Connector
  • Home
  • Developer Resources
  • Release Notes

v2023.5.0 Release Notes

Updated on: May 24, 2023

These are Release Notes for v2023.5.0 of Risk Cloud API v2, released on May 8th, 2023.

Risk Cloud API v2 is a collection of new API-first and RESTful API endpoints to streamline the creation of custom integrations with the Risk Cloud.

These endpoints are currently in open alpha, meaning that backwards compatibility is not guaranteed and breaking changes are to be expected as the endpoints are finalized. The full release of these new v2 endpoints is anticipated for late 2023.

Risk Cloud API v2 Resources

  • API Documentation
  • OpenAPI Specification (GitHub: LogicGateTech/openapi)
  • Changelog (v2023.5.0)

Featured Updates

Authentication

POST/api/v1/account/token

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

Application

GET/api/v2/applications

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

POST/api/v2/applications

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

Changed content type : application/json

  • Changed property type (string)

    Added enum values:

    • CONTROLS_COMPLIANCE
    • CYBER_RISK_MANAGEMENT
    • DATA_PRIVACY_MANAGEMENT
    • ESG
    • INTERNAL_AUDIT_MANAGEMENT
    • OPERATIONAL_RESILIENCY
    • POLICY_MANAGEMENT
    • REPOSITORY
GET/api/v2/applications/{id}

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

DELETE/api/v2/applications/{id}

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

PATCH/api/v2/applications/{id}

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

Changed content type : application/json

  • Added property restrict-build-access (boolean)

  • Deleted property restrictBuildAccess (boolean)

  • Changed property type (string)

    Added enum values:

    • CONTROLS_COMPLIANCE
    • CYBER_RISK_MANAGEMENT
    • DATA_PRIVACY_MANAGEMENT
    • ESG
    • INTERNAL_AUDIT_MANAGEMENT
    • OPERATIONAL_RESILIENCY
    • POLICY_MANAGEMENT
    • REPOSITORY

Workflow

GET/api/v2/workflows

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

  • Added: application-id in query
  • Added: include-jira-workflows in query
  • Deleted: applicationId in query
  • Deleted: includeJiraWorkflows in query

POST/api/v2/workflows

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

Changed content type : application/json

New required properties:

  • application-id
  • record-prefix

New optional properties:

  • applicationId
  • recordPrefix
  • Added property record-prefix (string)

  • Added property application-id (string)

  • Deleted property recordPrefix (string)

  • Deleted property applicationId (string)

GET/api/v2/workflows/{id}

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

DELETE/api/v2/workflows/{id}

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

PATCH/api/v2/workflows/{id}

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

Changed content type : application/json

  • Added property record-prefix (string)

  • Deleted property recordPrefix (string)

Workflow Map

GET/api/v2/workflow-maps

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

  • Added: workflow-id in query
  • Deleted: workflowId in query

POST/api/v2/workflow-maps

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

GET/api/v2/workflow-maps/{id}

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

DELETE/api/v2/workflow-maps/{id}

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

PATCH/api/v2/workflow-maps/{id}

Changed response : 200 OK

  • New content type : application/json

  • Deleted content type : */*

Read Previous Release Notes
Read Next Release Notes
  • 320 W Ohio St
    Floor 5E
    Chicago, IL 60654
  • 312-279-2775
    • LinkedIn
    • Twitter
    • Youtube
    • Facebook
  • Looking for something specific?
  • Request A Demo
  • Platform
    • Risk Cloud Overview
    • Features
    • Reporting & Analytics
    • Risk Quantification
    • Integrations & API
    • Risk Cloud Exchange
    • Services & Support
    • Pricing
  • Company
    • Careers We're hiring!
    • Executive Team
    • Partners
    • LogicGate News
    • LogicGate Trust Center
    • Contact Us
  • Resources
    • Blog
    • Email Newsletter
    • Resource Center
    • Help Center
    • Developer
  • Solutions
    • Cyber Risk & Controls Compliance
    • Enterprise Risk Management
    • Third-Party Risk Management
    • Controls Compliance
    • Regulatory Compliance
    • Data Privacy Management
    • Operational Resiliency
    • Policy Management
    • Environmental, Social & Governance
    • Internal Audit Management
    • View All Solutions
  • Industries
    • Software
    • FinTech
    • Telecom
    • Banking
    • Insurance
    • Investment Services
    • Healthcare
    • Pharmaceuticals
    • Medical Devices
    • Oil & Gas
    • Utilities
    • Alternative Energy
Also of Interest
  • Integrate, Automate, and Scale Your Risk...
  • Grow Your Relationships Not Your Risks.
  • Connect, Optimize, and Scale Your Cyber Risk...
  • LinkedIn TwitterYoutubeFacebook

Copyright © 2023. LogicGate, Inc. All rights reserved.

  • Privacy Policy
  • Information Security Overview
  • Site Map