Data Point Types
List all data point types on a project
Shows all configured data point types that a project can accept.
GET
List all data point types on a project
Authorizations
Path Parameters
Query Parameters
Comma-separated list of fields to sort by. Prefix with - for descending. Available fields: id, name, slug, unit, value_type, created_at, updated_at
Example:
"name,-created_at"
Available options:
number, string, boolean Controls response format. default returns paginated data. summary returns count and 10 samples. summary_with_export returns summary and triggers an async export.
Available options:
default, summary, summary_with_export File format for async export (only with response_mode=summary_with_export). Default: csv.
Available options:
csv, json Response
200
List all data point types on a project