Get data point definitions
GET /api/v1/projects/:project_id/data-point-definitions
Get data point definitions by project ID
Path Parameters
- project_id string required
Project ID
Query Parameters
- fields string
Fields to be returned
- devices string
Device IDs to be queried
- ids string
Data point definition IDs to be queried
- link string
Link to be queried
Responses
- 200
- 400
- 401
- 403
- 404
Success" {"ok":1,"data":{"dataPoints":[]}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"error":{"message":"Failed to parse the body for panel creation!","code":400,"error":"error"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Unauthorized" {"ok":0,"error":{"message":"Failed to parse the body for panel creation!","code":401,"error":"error"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Forbidden" {"ok":0,"error":{"message":"Failed to parse the body for panel creation!","code":403,"error":"error"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Not Found" {"ok":0,"error":{"message":"Failed to parse the body for panel creation!","code":404,"error":"error"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...