Call Action Maintenance Service REST Endpoints

Call Action Services/Call Action Maintenance Service
This service is used to perform Action Maintenance operations.
Add a New Call Action
Method: post
Path: /api/1.0/callAction
Authorize the Call Action by given ID
Method: patch
Path: /api/1.0/callAction/{id}/approve
Close the Call Action by given ID
Method: patch
Path: /api/1.0/callAction/{id}/close
Delete the 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
Reopen the Call Action by given ID
Method: patch
Path: /api/1.0/callAction/{id}/reopen
Retrieve the Call Action by ID
Method: get
Path: /api/1.0/callAction/{id}
Retrieve the Call Action Maintenance History by given ID
Method: get
Path: /api/1.0/callAction/{id}/history
Retrieve the Unauthorized Call Action by given ID
Method: get
Path: /api/1.0/callAction/{id}/unauthorized
Update an existing Call Action
Method: put
Path: /api/1.0/callAction/{id}