...
A new set of Camms.Risk Audit Outbound APIs are introduced to export audit recommendation details, hierarchy linkage details, and secondary responsible officer details.
Type | Name | Description |
---|---|---|
GET | /api/v1/AuditBoard | Exports details of the secondary responsible officer of an audit record |
GET | /api/v1/AuditHierarchy | Exports hierarchy linkage details of an audit record |
GET | /api/v1/AuditRecommendationDetails | Exports data from the audit recommendation details page of the Camms.Risk Audit module |
...
A new addition to the survey response API will be introduced to the existing Survey API library. This will allow you to retrieve response related information from a survey.
Type | Name | Description |
---|---|---|
GET | /api/SurveyResponseDetail | This feature will let you export survey response data of a given survey. This API will provide the below information:
|
...
An existing/new position-based HR integration will let admin users transfer responsibilities from one position of code to another position code.
Type | Name | Description |
---|---|---|
POST | /api/v1/positionbasedstaffdelegation | Will let you transfer responsibilities from one position to another position via an API |
...