List of Device Types
GET {{device_url}}/deviceTypes
Retrieve a list of device types
You can retrieve all of the device types available in your market by sending this GET request.
The device type ids returned in the response body can be used to define fields within the following Campaign Service requests:
-
POSTNew LI -deviceProfile(DTO)
RESPONSES
status: OK
{"totalNum":10,"data":[{"id":"0","resourceType":"deviceType","name":"Unknown"},{"id":"4813915","resourceType":"deviceType","name":"Media Player"},{"id":"4813931","resourceType":"deviceType","name":"Set Top Box"},{"id":"4610130","resourceType":"deviceType","name":"E-Reader"},{"id":"4602978","resourceType":"deviceType","name":"Mobile Phone"},{"id":"4615779","resourceType":"deviceType","name":"Other"},{"id":"4616945","resourceType":"deviceType","name":"Games Console"},{"id":"4823105","resourceType":"deviceType","name":"TV"},{"id":"4606383","resourceType":"deviceType","name":"Tablet"},{"id":"5347466","resourceType":"deviceType","name":"PC"}],"errors":[]}