get https://{url}/v1/devices//files
Use the hub_url received in the registration response as your base URL.
This API requires the device to authenticate, see Device Authentication.
Xyte allows manufacturers to attach various types of files to different device models (firmware, manuals, etc.). Using this API, a device can get information about all the files attached to its model by the manufacturer.
Return Data
Array of objects with the following definition:
Name | Type | Description |
---|---|---|
id | string | Unique ID |
name | string | File names |
url | string | File's URL |
desc | string | Description |
file_type | string | Type/category |
version | string | Version |
created_at | datetime | Creation date |
public_notes | string | Public notes uploaded by the manufacturer |
When uploading firmware files on the partner's side, the version must be inΒ SemVerΒ format. Non-firmware files and files directly uploaded by organizations do not have this requirement.