GET devices/{deviceId}/blacklist/{id}
Gets a specific blacklist item from specified device's blacklist.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
deviceId | The device identifier. |
Define this parameter in the request URI. |
id | The blacklist item identifier. |
Define this parameter in the request URI. |
Response Information
A task representing the asynchronous work.
Response body formats
application/json, text/json
Sample:
{ "alias": "My Android App", "id": 1, "packageName": "com.example.myandroidapp" }