|
|
|
@ -290,9 +290,9 @@ public interface DeviceEventManagementService {
|
|
|
|
|
response = ErrorResponse.class)
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
|
Response getLastKnownData(@ApiParam(name = "deviceId", value = "id of the device ", required = false)
|
|
|
|
|
Response getLastKnownData(@ApiParam(name = "deviceId", value = "id of the device ", required = true)
|
|
|
|
|
@PathParam("deviceId") String deviceId,
|
|
|
|
|
@ApiParam(name = "type", value = "name of the device type", required = false)
|
|
|
|
|
@ApiParam(name = "type", value = "name of the device type", required = true)
|
|
|
|
|
@PathParam("type") String deviceType,
|
|
|
|
|
@ApiParam(name = "limit", value = "limit of the records that needs to be picked up", required = false)
|
|
|
|
|
@QueryParam("limit") int limit);
|
|
|
|
|