• Platform
    • Overview
      • Risk Cloud Overview
      • Services & Support
      • Pricing
      • Reporting & Analytics
    • Capabilities
      • Risk Quantificaton
      • Integrations & API
      • Risk Cloud Exchange
      • Frameworks
    • img
      See why Risk Cloud was named a Leader on the G2 Grid for Fall 2023.
      Learn More
  • Solutions
    • _separator
      • Cyber Risk Management
      • 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 named a Leader on the G2 Grid for Fall 2023.
      Learn More
  • Resources
    • Risk Cloud Help
      • Help Center
      • Developer Portal
    • Learn + Connect
      • Blog
      • Customer Stories
      • Resources
      • Events
      • Podcast
    • 11 Ways to Streamline SEC Cybersecurity Compliance
      Ensure a smooth transition to new SEC cyber rules
      Get the Guide
Request A Demo
img
See why Risk Cloud was named a Leader on the G2 Grid for Fall 2023.
Learn More

Documentation

Menu

  • Quick Start Guides
    • Risk Cloud API: Postman
    • Risk Cloud API: Getting Started
    • Risk Cloud PowerBI Connection
    • Risk Cloud Webhooks
  • API Usage Guides
    • Risk Cloud API: Export Step Permission Sets
    • Risk Cloud API: Export User Groups
    • Risk Cloud API: Export Roles
    • Risk Cloud API: Linked Record Search
    • Risk Cloud API: Record Search
    • Risk Cloud API: Automated Evidence Collection
    • Risk Cloud API: Pagination
    • 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.11.0 Release Notes
    • v2023.10.2 Release Notes
    • v2023.10.1 Release Notes
    • v2023.10.0 Release Notes
    • v2023.9.1 Release Notes
    • v2023.9.0 Release Notes
    • v2023.8.1 Release Notes
    • v2023.8.0 Release Notes
    • v2023.7.1 Release Notes
    • v2023.7.0 Release Notes
    • v2023.6.1 Release Notes
    • v2023.6.0 Release Notes
    • v2023.5.2 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
    • Workday Employee Information Risk Cloud Connector
    • Formstack Go Risk Cloud Connector
    • Black Kite Compliance Ratings Risk Cloud Connector
    • Prisma Cloud Risk Cloud Connector
    • VISO Trust Risk Cloud Connector
    • Adobe Sign Risk Cloud Connector
    • SharePoint Risk Cloud Connector
    • NetSuite TPRM Risk Cloud Connector
    • NetSuite Expense Report Risk Cloud Connector
    • CrowdStrike Risk Cloud Connector
    • Qualys Risk Cloud Connector
    • RiskRecon Risk Cloud Connector
    • ServiceNow (Asset) Risk Cloud Connector
    • Google Looker Native Integration
    • OpenAI Risk Cloud Connector
    • 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
    Suite 600W
    Chicago, IL 60654
  • 312-279-2775
    • LinkedIn
    • Twitter
    • Youtube
    • Facebook
  • Looking for something specific?
  • Request A Demo
  • Platform
    • Risk Cloud Overview
    • Reporting & Analytics
    • Risk Quantification
    • Integrations & API
    • Risk Cloud Exchange
    • Services & Support
    • Frameworks
    • 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
  • v2023.5.2 Release Notes
  • v2023.6.0 Release Notes
  • v2023.7.0 Release Notes
  • LinkedIn TwitterYoutubeFacebook

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

  • Privacy Policy
  • Information Security Measures