Camms.Connect - November 2024
Camms is pleased to bring you the Quarterly Product Update Release Note for the Camms.Connect
This quarter we've got exciting enhancements to improve your user experience within the system, which will be available in your Test environment on 12th October 2024 and will be available in your Live environment on 2nd November 2024.Â
1. APIs Introduced for Camms.Risk Solution |
---|
You can now insert data into risk categories, and retrieve risk control details, risk detail history, risk action history, risk control causes, risk control consequences, risk action linkage history, risk rating trend, risk documents, audit document, policy document, and compliance document.
Type | Name | Description |
POST | risk/V3/RiskCategory | This API will let you import risk category data into Camms.Risk solution. |
GET | risk/V3/RiskControl | This API will let you export data related to the risk control details from the Camms.Risk solution. |
GET | risk/V3/RiskDetailsHistory | This API will let you export all the history details of risks from the Camms.Risk solution. |
GET | risk/V3/RiskActionHistory | This API will let you export all the history details of risk actions from the Camms.Risk solution. |
GET | risk/V3/RiskControlCauses | This API will let you export risk causes linked with risk controls from the Camms.Risk solution. |
GET | risk/V3/RiskControlConsequences | This API will let you export risk consequences linked with risk controls from the Camms.Risk solution. |
GET | risk/V3/RiskActionLinkage | This API will let you export information related to risk action linkages such as actions and hierarchy from the Camms.Risk solution. |
GET | risk/V3/RiskRating/GetRiskTrend | This API will let you export information related to risk rating trend from the Camms.Risk solution. |
GET | risk/V3/RiskDocuments | This API will let you export list of documents associated with the risks from the Camms.Risk solution. |
GET | audit/V2/AuditDocument | This API will let you export all standard data fields belonging to the audit document object from the Camms.Risk solution. |
GET | policy/PolicyDocument | This API will let you export all standard data fields belonging to the policy document object from the Camms.Risk solution. |
GET | compliance/V1/ComplianceDocument | This API will let you export all standard data fields belonging to the compliance document object from the Camms.Risk solution. |
2. APIs Introduced for Camms.Strategy Solution |
---|
You can now insert multiple actions into Camms.Strategy solution.
Type | Name | Description |
POST | action/V2/Action/BulkPost | This API will let you import multiple actions in a single API request into Camms.Strategy solution. |
Â
Â