Devices
Inspecting Devices and metadata in the Ardexa Cloud
Viewing devices
GET mycloud.ardexa.com/api/v1/devices/<workgroupId>GET mycloud.ardexa.com/api/v1/devices/<workgroupId>/<deviceId>Device Groups
GET mycloud.ardexa.com/api/v1/orgs/<workgroupId>/device-groupsGET mycloud.ardexa.com/api/v1/devices/<workgroupId>?devGroup=<devGroupId>Accessing device metadata
Metadata terminology
Accessing fields
Hydrated metadata
Compact metadata
Dynamic compact metadata
Viewing Device & Source General Information
Accessing latest values
Workgroup ID
Name of the data table to query
Filter results by specific data source
Filter to only include records where this field exists
How to group the results - by source or by device
sourcePossible values: Latest values retrieved successfully
When groupBy=source - object keyed by deviceId, each containing an object keyed by source name with the latest record. When groupBy=device - object keyed by deviceId with the latest record directly
Invalid groupBy parameter (must be 'source' or 'device')
Unauthorized - Login token not accepted or authentication failed
Forbidden - Insufficient permissions or scope not granted for workgroup
Internal server error
Workgroup ID
Device ID
Name of the data table to query
Filter results by specific data source
Filter to only include records where this field exists
How to group the results - by source or by device
sourcePossible values: Latest values retrieved successfully
When groupBy=source - object keyed by deviceId containing an object keyed by source name with the latest record. When groupBy=device - object keyed by deviceId with the latest record directly
Invalid groupBy parameter (must be 'source' or 'device')
Unauthorized - Login token not accepted or authentication failed
Forbidden - Insufficient permissions or scope not granted for workgroup
Device not found or not accessible in device group
Internal server error
Workgroup ID
Cached values retrieved successfully
Object keyed by deviceId, then by table, then by source, containing the requested field values
Bad request - Workgroup not found
Unauthorized - Login token not accepted or authentication failed
Forbidden - Insufficient permissions, scope not granted for workgroup, or latest-values addon not enabled
Internal server error
Last updated
Was this helpful?