Datapoints
List all datapoints on an event
Lists all datapoints on a specific event with filtering and sorting capabilities.
GET
List all datapoints on an event
Documentation Index
Fetch the complete documentation index at: https://docs.mangrovesystems.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
ID of project
Unique ID of event in the evt_XXXX syntax. For example: evt_DLnYvzbjSujNAvXE
Query Parameters
Comma-separated list of fields to sort by. Prefix with - for descending. Available fields: id, created_at, updated_at, status, value
Example:
"status,-created_at"
Available options:
complete, incomplete, pending Filter by exact value (works for all value types)
Filter by data point type ID
Filter by event type ID (filters datapoints belonging to specific event types)
List all datapoints on an event