Camms.Connect | December 2021

Camms is pleased to bring you the Quarterly Product Release Note for Camms.Connect.

This quarter we've got a number of exciting new features and enhancements to improve your user experience within the system, which will be available in your Test environment on 4th December 2021 and will be available in your Live instance on 18th December 2021.

1. New outbound APIs for the Camms.Risk Compliance solution

A number of outbound APIs will be introduced covering the Camms.Risk Compliance Management solution, including the ability to retrieve a set of frequently used data fields for all compliance records, export compliance details object and custom object data, export list of workflows, objects and their fields.

Type

Name

Description

GET

 

/api/v1/Compliance

 

This API will let you retrieve high level information of Compliance records. Based on filter values, one or more Compliance information can be retrieved.

GET

 

/api/v1/ComplianceDetail

 

This API will let you retrieve information from the standard Compliance details object. This will cover all standard and custom fields available in the standard Compliance object.

GET

 

/api/v1/ComplianceObjectDetail

 

This API will let you retrieve information from all Compliance custom objects.

GET

 

/api/v1/ComplianceWorkflow

 

This API endpoint will let you retrieve Compliance workflow information configured in the application.

GET

 

/api/v1/ComplianceWorkflowElement

 

This API endpoint will let you retrieve object information configured in each Compliance workflow.

GET

 

/api/v1/ComplianceWorkflowElementFieldInfo

 

This API endpoint will let you retrieve field information configured in each object configured within a Compliance workflow.

2. Exposing audit findings data in the Camms.Risk Audit solution

This new feature will let you export audit findings data in the Camms.Risk Audit Management solution.

Type

Name

Description

GET

/api/v1/AuditFinding

Export details of one or more Audit Finding details.

3. Exposing risk linkage information in the Camms.Risk solution

You can now expose linkage information such as hierarchy links, KRI links, incident links, of risk records in the Camms.Risk solution.

Type

Name

Description

GET

/api/v2/RiskLinkage

This feature will let you obtain linkage information of a Risk record. This will include hierarchy links, KRI links, incident links, etc.

4. Importing action and task details in the Camms.Strategy solution

A new inbound API is introduced to create planning hierarchy actions and tasks by inserting data to relevant sections (action details and task details) in the Camms.Strategy solution.

  • To insert an Action, the Strategy GUID and Service Profile GUID will be required to be obtained. To support this, the below two APIs can be used:
    /api/v1/strategy – Provides Strategy Title and GUID

Type

Name

Description

POST

/api/v2/Action

This API endpoint will let you insert an Action record by adding data to the Action details tab in Camms.Strategy.

POST

/api/v2/ActionTask

This API endpoint will let you insert a Task record by adding data to fields available in the Task details tab in Camms.Strategy.

[
{
"strategyTitle": "string",
"strategyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
/api/v1/serviceprofile – Provides Service profile name and GUID
[
{

"serviceProfileId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

"name": "string"

}

]

5. Exporting budget forecast data in the Camms.Project solution

With this feature, you can now export budget forecast object information from the Camms.Project solution.

Type

Name

Description

GET

/api/v2/ProjectBudgetOngoingExpenses

This API will let you export Preliminary budget object information from Camms.Project.

Â