GET /tags/{tagId}/datapoints/count
Summary: Count the datapoints associated to the user filtered by this tag
Operation ID: Tags_GetDatapointsCount
Auth: unknown
Operation ID: Tags_GetDatapointsCount
Auth: unknown
Parameters (6)
createdAfter
(string, query, optional)
Exclude datapoints created before this date (YYYYMMDD)
createdBefore
(string, query, optional)
Exclude datapoints created after this date (YYYYMMDD)
status
(string, query, optional)
Status of the datapoint
Constraints: {'enum': ['deleted', 'active', 'paused', 'spam']}
tagId
(integer, path, required)
Id of the tag.
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.