|
|
@ -187,8 +187,6 @@ public interface Operation {
|
|
|
|
@ApiResponse(code = 500, message = "Error occurred while fetching the activity for the supplied id.")})
|
|
|
|
@ApiResponse(code = 500, message = "Error occurred while fetching the activity for the supplied id.")})
|
|
|
|
@Permission(scope = "operation-view", permissions = {"/permission/admin/device-mgt/admin/devices/view"})
|
|
|
|
@Permission(scope = "operation-view", permissions = {"/permission/admin/device-mgt/admin/devices/view"})
|
|
|
|
Response getActivity(
|
|
|
|
Response getActivity(
|
|
|
|
@ApiParam(name = "type", value = "Provide device {type} upon which the activity was performed",
|
|
|
|
|
|
|
|
required = true) @PathParam("type") String type,
|
|
|
|
|
|
|
|
@ApiParam(name = "id", value = "Provide activity id {id} as ACTIVITY_(number)",
|
|
|
|
@ApiParam(name = "id", value = "Provide activity id {id} as ACTIVITY_(number)",
|
|
|
|
required = true) @PathParam("id") String id)
|
|
|
|
required = true) @PathParam("id") String id)
|
|
|
|
throws MDMAPIException;
|
|
|
|
throws MDMAPIException;
|
|
|
|