You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/API.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -292,8 +292,8 @@ This endpoint summarizes contribution statistics (counts and number of kilometer
292
292
...
293
293
]
294
294
```
295
-
### date range queries
296
-
Date ranges are supported on most endpoints To use it, add startdate=<ISO-formatted date/time> and/or enddate=<ISO-formatted date/time>.
295
+
### Reports
296
+
It is possible to get all the edits summarized by hashtag for a given data range. Hashtags should be comma delimited in the url in the following format. To use dates, add startdate=<ISO-formatted date/time> and/or enddate=<ISO-formatted date/time>.
297
297
ISO-formatted date/times can be generated from JS using new Date().toISOString() and are parsed using new Date(input), so partial dates and times like 2017-10-10 and 2017-10-10T04:00 (as well as dates with UTC offsets) are valid.
0 commit comments