Skip to content

Commit cd4c64c

Browse files
author
Dale Kunce
authored
update report language
1 parent 1cdd8d6 commit cd4c64c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ This endpoint summarizes contribution statistics (counts and number of kilometer
292292
...
293293
]
294294
```
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>.
297297
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.
298298

299299
example query url:

0 commit comments

Comments
 (0)