GET /groups/{id}/datapoints/count
Summary: Count the datapoints associated to the user in this group.
Operation ID: Groups_GetDatapointsCount
Auth: unknown
Operation ID: Groups_GetDatapointsCount
Auth: unknown
Parameters (8)
createdAfter
(string, query, optional)
Exclude datapoints created before this date (YYYYMMDD)
createdBefore
(string, query, optional)
Exclude datapoints created after this date (YYYYMMDD)
id
(integer, path, required)
Id of the group
onlyFavorites
(boolean, query, optional)
Filter fields by favourite status
status
(string, query, optional)
Status of the datapoint
Constraints: {'enum': ['deleted', 'active', 'paused', 'spam']}
tags
(string, query, optional)
A comma separated list of tags you want to filter with.
textSearch
(string, query, optional)
Filter fields by this pattern
type
(string, query, optional)
Type of the datapoint ("tp"/"tl")
Constraints: {'enum': ['tp', 'tl']}
No probe data for this endpoint yet.