Call Action Maintenance Service REST Endpoints

Call Action Services/Call Action Maintenance Service
This service is used to perform Action Maintenance operations.
Add New Call Action
Method: post
Path: /api/1.0/callAction
Authorize Call Action by Given ID
Method: patch
Path: /api/1.0/callAction/{id}/approve
Close Call Action by Given ID
Method: patch
Path: /api/1.0/callAction/{id}/close
Delete Call Action Identified by Given ID
Method: delete
Path: /api/1.0/callAction/{id}
Get All Valid Call Action
Method: get
Path: /api/1.0/callAction
Health Check of Call Action Maintenance Service
Method: get
Path: /api/1.0/callaction/healthcheck
Reopen Call Action by Given ID
Method: patch
Path: /api/1.0/callAction/{id}/reopen
Retrieve Call Action by ID
Method: get
Path: /api/1.0/callAction/{id}
Retrieve Call Action Maintenance History by Given ID
Method: get
Path: /api/1.0/callAction/{id}/history
Retrieve Unauthorized Call Action by Given ID
Method: get
Path: /api/1.0/callAction/{id}/unauthorized
Update Existing Call Action
Method: put
Path: /api/1.0/callAction/{id}