Quarterly Product Update | Camms.Connect | Apr-Jun 2021
Camms is pleased to bring you the Quarterly Product Release Notification 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 19th June 2021 and will be available in your Live instance on 3rd July 2021.
List of release items: |
1. New filters for Camms.Project APIs |
Additional filtering options for existing Camms.Project outbound APIs. You can now filter project data by project type and project start/end dates.
2. Import location details in Camms.Risk Incident |
APIs will now be extended to support importing incident location details in our Camms.Risk Incident APIs. This will consist of Location Name, Location Description, Latitude, and Longitude.
Type | Name | Description | Fields |
POST | /api/v1/IncidentLocation/BulkPost | Import one or more location details to Camms.Incident location list | Location name Location description Location Latitude Location Longitude |
3. Ability export data from Camms.Audit |
These APIs will enable to read data from Camms.Audit module. This will allow to export standard and custom field information from Audit details and Audit register.
Type | Name | Description |
GET | /api/v1/AuditDetails | Export data from audit details for one or more audit records. |
GET | /api/v1/AuditRegister | Export data from audit register for one or more audit records. |
4. APIs for the new Camms.Risk Survey module |
With the introduction of our latest Camms.Risk Survey module, a new API connector will be available for you to extract Survey Details, Survey Questions and Survey Responses. Below are the API endpoint details and few fields which will be available in the API.
Type | Name | Description | Fields |
GET  | /api/Survey | Get high level information of a survey. | Survey ID Survey Title Survey Description Survey Progress Created Date and time Status Start date and Due date Created by |
GET | /api/SurveyQuestion  | Get information related questions within a survey. | Question ID Question name Mandatory Option type Answers for each question |
GET | /api/SurveyResponse | Get information of response provided for each question in a survey | Question ID Quest Title Total response count Response ID Response value Score |
5. New API supporting importing project and task details |
A new set of Camms.Project inbound APIs are introduced to import Project Details and Project Task Plans.
Type | Name | Description |
POST | /api/v2/ProjectSummary/BulkPost | Create one or more projects by passing data to project details object. |
POST | /api/v2/ProjectTasks/BulkPost | Create one or more project tasks. |
6. Extracting data from Camms.Risk Incident custom tables |
This new capability will let you export data from Custom Tables in the Camms.Risk Incident module. Additionally, the existing custom object API endpoint api/v1/IncidentObjectDetail will provide information from custom tables.
Â