Navigating Data
Navigating Groups
Index groups
{
"items": [
{
"id": "0fcf513b-...",
"id_group": "0fcf513b-...",
"label": "Demo Group",
"type": "5003",
"type_label": "Loose Device",
"subtype": "activity-monitors",
"id_country": "b8415b65-...",
"created_at": 1633093198,
"deleted_at": null,
"_links": {
"self": {
"href": "/api/v2/group/0fcf513b-..."
},
"index": {
"href": "/api/v2/group/index"
},
"data": {
"href": "/api/v2/data?filter[id_group]=0fcf513b-..."
},
"downsampled_data": {
"href": "/api/v2/data-downsampled?filter[id_group]=0fcf513b-..."
},
"raw_data": {
"href": "/api/v2/data/index?filter[id_group]=0fcf513b-..."
}
}
},
}Navigating Physical Devices
Get a list of all Physical Devices available in the system
Query parameters
per-pageintegerOptional
Amount of record you want to get per Page.
pageintegerOptional
Page nr.
fieldsstringOptional
Fields you want to select
Responses
200
A list of all available Physical Devices in the system
get
/api/v2/physical-device200
A list of all available Physical Devices in the system
No content
Access physical device data
Query Parameters
Name
Type
Description
Last updated