Device type

Get a device type by its ID

get

Device type Resource Fields

Field

id

slug

name

is_private

is_of__cpu_architecture

belongs_to__device_family


GET /v7/device_type(<ID>)

When querying a private device type it's necessary to include your bearer token. For public device types the auth header is optional.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
IDanyRequired
get
/v7/device_type({ID})

Get a device type by its SLUG

get

GET /v7/device_type(slug='<DEVICE TYPE SLUG>')

When querying a private device type it's necessary to include your bearer token. For public device types the auth header is optional.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
DEVICE TYPE SLUGanyRequired
get
/v7/device_type(slug='{DEVICE TYPE SLUG}')

Get a device type by its NAME

get

GET /v7/device_type

When querying a private device type it's necessary to include your bearer token. For public device types the auth header is optional.

Usage Variations


Get all supported device types

GET /v7/device_type?$filter=is_default_for__application/any(idfa:(idfa/is_host eq true) and (idfa/is_archived eq false) and (idfa/owns__release/any(r:(r/status eq 'success') and (r/is_final eq true) and (r/is_invalidated eq false))))&$orderby=name asc

When querying a private device type it's necessary to include your bearer token. For public device types the auth header is optional.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
get
/v7/device_type

Last updated

Was this helpful?