GET device/operations/{operationId}/data

Gets the data of the informed Operation.

Remarks

This method is intend to be internally used by our mobile library. Sometimes the push operation delivered for device could be incomplete, thus the device should call this API to get the remaining data information.

Request Information

Parameters

NameDescriptionAdditional information
operationId
The Operation id.

Define this parameter in the request URI.

Response Information

The data of the given operation.

Response body formats

application/json, text/json

Sample:
{
  "data": "{\"lock\":true,\"password\":\"4519\"}",
  "contentType": 0
}