File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ There are numerous additional parameters that can be used when performing a comm
39
39
| fields | One return specific fields (comma delimited) | All Fields Returned
40
40
| sort | Return results "asc" or "desc" | "desc" |
41
41
| sort_type | Sort by a specific attribute | "created_utc" |
42
- | aggs | Return aggregation data | N/A |
42
+ | aggs | Return aggregation data (author, link_id, created_utc, subreddit) | N/A |
43
43
| author | Restrict to a specific author | N/A |
44
44
| subreddit | Restrict to a specific subreddit | N/A |
45
45
| after | Return results after this date | N/A |
46
46
| before | Return results before this date | N/A |
47
- | frequency | Used with the aggs parameter (See below) | N/A |
47
+ | frequency | Used with the aggs parameter (second, minute, hour, day -- See below) | N/A |
48
48
49
49
## Using the subreddit parameter
50
50
You can’t perform that action at this time.
0 commit comments