Skip to main content

Fetches all data points for a device in a fleet of the project

GET /api/v1/projects/:project_id/fleets/:fleet_id/devices/:device_id/data_points

Fetches all data points for a device in a fleet of the project by ID

Path Parameters
  • project_id string required

    Project ID

  • fleet_id string required

    Fleet ID

  • device_id string required

    Device ID

Responses

Success" {"ok":1,"data":{"dataPoints":<dataPoints>}}

Schema
    Loading...