Android Device Configuration

Android Device Configuration Controller

Get Android Device

get

This endpoint will allow you to retrieve information about an android device such as its peripheral specifications (ex- audio jack baud rate).

Path parameters
manufactureranyRequired

manufacturer

modelanyRequired

model

Header parameters
api-keyanyRequired

apiKeyValue

public-keyanyRequired

publicKeyvalue

Responses
200

Successful Response

get
/rest/v2/android/devices/{manufacturer}/{model}
GET /rest/v2/android/devices/{manufacturer}/{model} HTTP/1.1
Host: gateway-sb.clearent.net/
Accept: */*
<?xml version="1.0"?>
<object>
	<baud-rate>1</baud-rate>
	<device-manufacturer>text</device-manufacturer>
	<device-model>text</device-model>
	<direct-output-wave>1</direct-output-wave>
	<force-headset>1</force-headset>
	<input-frequency>1</input-frequency>
	<output-frequency>1</output-frequency>
	<powerup-last-before-command>1</powerup-last-before-command>
	<powerup-when-swipe>1</powerup-when-swipe>
	<record-buffer-size>1</record-buffer-size>
	<record-read-buffer-size>1</record-read-buffer-size>
	<reverse-audio-events>1</reverse-audio-events>
	<shuttle-channel>1</shuttle-channel>
	<support-statuses>text</support-statuses>
	<use-voice-recognition>1</use-voice-recognition>
	<volume-adjust>1</volume-adjust>
</object>

Last updated

Was this helpful?