Phones
phone
phone
Represents an app user's mobile phone.
device_id
device_id
Format: ID
ID of the phone
.
device_type
device_type
Format: Enum
Type of phone.
Possible enum values:
android_phone
ios_phone
nickname
nickname
Format: String
Optional nickname to describe the phone, settable through Seam.
display_name
display_name
Format: String
Display name of the phone. Defaults to nickname
(if it is set) or properties.appearance.name
otherwise. Enables administrators and users to identify the phone easily, especially when there are numerous phones.
properties
properties
Format: Object
workspace_id
workspace_id
Format: ID
ID of the workspace that contains the phone
.
errors
errors
Format: List
Errors associated with the phone
.
warnings
warnings
Format: List
Warnings associated with the phone
.
created_at
created_at
Format: Datetime
Date and time at which the phone
was created.
custom_metadata
custom_metadata
Format: Object
Optional custom metadata for the phone.
Endpoints
Returns a specified phone
.
Returns a list of all phones
.
Creates a simulated phone
in a sandbox workspace.
Deactivates a phone
.
Last updated