Camms.Connect Solution | October 2023
Camms is pleased to bring you the Quarterly Product Update Notification for the Camms.Connect solution.
This quarter we've got exciting enhancements to improve your user experience within the system, which will be available in your Test environment on 08th October 2023 and will be available in your Live environment on 29th October 2023.Â
1. APIs for Camms.Risk Incident Solution |
---|
You can now retrieve Incident standard and custom lists and those that are configured in the Incident objects using the below APIs.
Type | Name | Description |
GET | /api/v2/IncidentCustomList | This API will let you export custom list data from Camms.Risk Incident solution. |
GET | /api/v2/IncidentCustomList/GetListFieldMapping | This API will let you export custom lists configured for a field in the standard or custom incident objects belonging to the Camms.Risk Incident solution. |
GET | /api/v2/IncidentPriorityList | API will let you export standard Incident priority lists from Camms.Risk Incident solution. |
GET | /api/v2/IncidentSeverityList | This API will let you export standard Incident severity lists from Camms.Risk Incident solution. |
GET | /api/v2/IncidentLikelihoodList | This API will let you export standard Incident likelihood lists from Camms.Risk Incident solution. |
GET | /api/v2/IncidentRiskRatingTypeList | This API will let you export standard Incident Risk rating type lists from Camms.Risk Incident solution. |
GET | /api/v2/IncidentReviewFrequencyList | This API will let you export standard Incident review frequency lists from Camms.Risk Incident solution. |
GET | /api/v2/IncidentCategoryList | This API will let you export standard Incident category lists from Camms.Risk Incident solution. |
2. APIs for Camms.Risk Compliance Solution |
---|
You can now retrieve Authority Document and Policy action data, using the below APIs.
Type | Name | Description |
GET | /api/v1/AuthorityDocumentActionDetails | This API will let you export Authority Document Action data from Camms.Risk Compliance solution. |
GET | /api/v1/PolicyActionDetails | This API will let you export Policy Action data from Camms.Risk Compliance solution. |
3. APIs for Standard Project User Permissions |
---|
You can now insert, update, delete, and retrieve standard project user permissions using the below APIs.
Type | Name | Description |
POST | /api/v1/StaffInterfacePermission | Â This API will let you add/update standard permissions from a staff. |
GET | /api/v1/StaffInterfacePermission | Â This API will let you to retrieve standard Project permissions assigned to a staff or all staff. |
DELETE | /api/v1/StaffInterfacePermission | Â This API will let you remove standard Project permissions assigned to a staff. |
4. APIs for Camms.Project Solution |
---|
You can now inset data into the "Purchase Order" and "Invoices" tabs of the "Purchase Order and Invoices" object, and also has the capability to retrieve project sign-off data and sign-off history data using the below APIs.
Type | Name | Description |
POST | /api/v2/ProjectPurchaseOrder | This API will let you import Project Purchase Order data into the "Purchase Order" tab of the Purchase Order and Invoices Object in Camms.Project. |
POST | /api/v2/ProjectInvoice | This API will let you import Project Invoice data into the "Invoice" tab of the Purchase Order and Invoices Object in Camms.Project. |
POST | /api/v2/Attachment | This API will let you import project attachment/document data into the Attach Document Object in Camms.Project. |
GET | /api/v2/ProjectSignOff | This API will let you export Project Sign-Off object data from Camms.Project. |
GET | /api/v2/ProjectSignOff/GetSignoffLog | This API will let you export Project Sign-Off history logs from Camms.Project. |
5. APIs for Camms.Strategy solution |
---|
You can now retrieve Action linkage data using the below API.
Type | Name | Description |
GET | /api/v2/ActionLinkageList | Â This API will let you export all action linkages such as hierarchy and Project from Camms.Strategy solution. |
6. Modification to the SCIM Connector |
---|
We are delighted to introduce our new modification for the SCIM Connector, which will enable you to link staff to the organisation hierarchy available at Camms using the automatic user provisioning. With this new feature, you will be able to manage user access permissions in a streamlined manner.
The new hierarchy linkage will enable you to link staff at Camms up to 15 levels in the organisation hierarchy.
SCIM mapping table below,
SCIM Attribute Name | Organisation Hierarchy Level | Customappsso Attribute |
Organisation | Level 1 | urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:organization |
Division | Level 2 | urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:division |
Department | Level 3 | urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:department |
Team | Level 4 | urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:costcentre |
Â