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: postPath:
/api/1.0/callAction - Authorize Call Action by Given ID
- Method: patchPath:
/api/1.0/callAction/{id}/approve - Close Call Action by Given ID
- Method: patchPath:
/api/1.0/callAction/{id}/close - Delete Call Action Identified by Given ID
- Method: deletePath:
/api/1.0/callAction/{id} - Get All Valid Call Action
- Method: getPath:
/api/1.0/callAction - Health Check of Call Action Maintenance Service
- Method: getPath:
/api/1.0/callaction/healthcheck - Reopen Call Action by Given ID
- Method: patchPath:
/api/1.0/callAction/{id}/reopen - Retrieve Call Action by ID
- Method: getPath:
/api/1.0/callAction/{id} - Retrieve Call Action Maintenance History by Given ID
- Method: getPath:
/api/1.0/callAction/{id}/history - Retrieve Unauthorized Call Action by Given ID
- Method: getPath:
/api/1.0/callAction/{id}/unauthorized - Update Existing Call Action
- Method: putPath:
/api/1.0/callAction/{id}