Get devices details
Last updated
Last updated
GET
https://api.upswift.io/v1/devices_details
Using this call you will get all details of your devices. You can choose to get details of all devices or all devices in a specific project/group or get the details of just a single device.
Name | Type | Description |
---|---|---|
If no parameters are set, all devices of that user will be returned.
user_token
string
This is your account token. You can find it under the Settings category on the dashboard.
device_token
string
This is the token of the device you want to get the details of. If you set the device_token
, other parameters will be ignored.
group_name
string
This is the group name of the group you would like to get all its device details. Using group_name
parameter will work only if project_name
is set.
project_name
string
This is the project name of the project you would like to get all its devices state.