Skip to main content
GET
The handsets registered to this tenant, and what each last did.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
device_identifier
string
name
string
platform
string
app_version
string
os_version
string
user_id
string
user_name
string
is_active
string
is_usable
string
local_db_encrypted
string
enrolled_at
string
last_seen_at
string
last_sync_at
string
revoked_at
string
revoke_reason
string
wipe_requested_at
string
wipe_confirmed_at
string
row_version
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

app_version
string<character varying>
Maximum string length: 40
device_identifier
string<character varying>
Maximum string length: 200
enrolled_at
string<timestamp with time zone>
id
string<uuid>

Note: This is a Primary Key.

is_active
boolean<boolean>
is_usable
boolean<boolean>
last_seen_at
string<timestamp with time zone>
last_sync_at
string<timestamp with time zone>
local_db_encrypted
boolean<boolean>
name
string<character varying>
Maximum string length: 150
os_version
string<character varying>
Maximum string length: 40
platform
string<character varying>
Maximum string length: 20
revoke_reason
string<character varying>
Maximum string length: 200
revoked_at
string<timestamp with time zone>
row_version
integer<bigint>
user_id
string<uuid>

Note: This is a Foreign Key to my_profile.user_id.

user_name
string<character varying>
Maximum string length: 200
wipe_confirmed_at
string<timestamp with time zone>
wipe_requested_at
string<timestamp with time zone>