Camms.Connect - May 2024
Â
Camms is pleased to bring you the Quarterly Product Update Notification 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 29 April 2024 and will be available in your Live environment on 20th May 2024.Â
1. APIs introduced for Camms.Risk Audit solution – Audit Connector Version 2 |
---|
You will now be able to retrieve Audit details, Findings, Recommendations, Links, Hierarchies, and Responsible Officer data using the below APIs. These APIs have the capability to retrieve data using pagination.
Type | Name | Description |
GET | /api/v2/AuditBoard | This API will let you export audit responsible officer data from the Camms.Risk Audit solution. |
GET  | /api/v2/AuditDetails  | This API will let you export audit detail data from the Camms.Risk Audit solution. |
GET  | /api/v2/AuditFinding  | This API will let you export Audit finding data from the Camms.Risk Audit solution. |
GET  | /api/v2/AuditHierarchy  | This API will let you export audit linked hierarchy data from the Camms.Risk Audit solution. |
GET  | /api/v2/AuditLinkageList  | This API will let you retrieve Audit linkage data from the Camms.Risk Audit solution. |
GET Â | /api/v2/AuditRecommendationDetails | This API will let you retrieve audit recommendation data from Camms.Risk Audit solution. |
GET  | /api/v2/AuditRegister  | This API will let you retrieve Audit register data from Camms.Risk Audit solution. |
2. APIs introduced for flexible Organisation hierarchy staff Connector |
---|
You will now be able to retrieve staff data using pagination.
Type | Name | Description |
GET | /api/v2/PositionBasedStaff | This API will let you retrieve position-based staff data using pagination from the Camms solution. |
GET | /api/v2/Staff  | This API will let you retrieve employee-based staff data using pagination from the Camms solution. |
3. APIs introduced for the Camms.Strategy Solution |
---|
You will now be able to retrieve Scorecards and Action Linkage data suing the below APIs.
Type | Name | Description |
GET | /api/v2/ScoreCard  | This API will let you export final scorecard score data from the Camms.Strategy solution. |
GET | /api/v2/ScoreCardDetail  | This API will let you export data related to linked KPIs and nested scorecards for a given scorecard or all scorecards from the Camms. Strategy solution. |
GET  | /api/v2/ActionLinkages  | This API will let you export data related to those audit linkages from the Camms.Risk solution. |
4. APIs introduced for Camms.Risk Incident Connector |
---|
You will now be able to create incident linkages and delete incident custom table records using the below APIs.
Type | Name | Description |
POST | /api/v2/IncidentLinkageList/BulkPost | This API will let you import multiple incident linkages from a single API call to the Camms.Risk Incident solution. |
DELETE | /api/v2/IncidentCustomObjectDetail/DeleteCustomTableData | This API will let you delete specific incident custom table rows from the Camms.Risk Incident solution. |
5. APIs introduced for Camms.Risk Solution |
---|
You will now be able to create Risk treatments using the below APIs.
Type | Name | Description |
POST | /api/v3/RiskTreatments | This API will let you import risk treatment data to Camms.Risk solution. |
Â