get_project_datapoints
Retrieve all data points within a specific project using filters and pagination for building performance monitoring and IoT data management.
Instructions
Get all datapoints in a project.
Args: project_id: The project's numeric ID. page: Page number. per_page: Items per page. filter: Filter string for datapoint names.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| page | No | ||
| per_page | No | ||
| filter | No |