Skip to main content

Get DeviceMetric

Get a single DeviceMetric by ID.

Query

query GetDeviceMetric($id: ID!) {
devicemetric(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a DeviceMetric resource.