user_id |
Number
|
<optional>
|
Provide if you want to fetch comments of a user (not nested) |
post_id |
Number
|
<optional>
|
Provide if you want to fetch all threads of a post (nested and sorted)) |
live_event_id |
Number
|
<optional>
|
Provide if you want to fetch all threads of a live event (nested and sorted) |
params.older |
Number
|
<optional>
|
Filter parameter: get only records older than the provided id |
params.newer |
Number
|
<optional>
|
Filter parameter: get only records newer than the provided id |
params.per_page |
Number
|
<optional>
|
Filter parameter: define the amount of records sent per call (max 50) |
params.order |
String
|
<optional>
|
Filter parameter: define the order you want to receive the records (does not affect older/newer behaviour). Valid values are asc or desc. |
params.search.user_id |
Boolean
|
<optional>
|
The id of a user you want to filter for. If you pass this id the user won't be nested. |
params.search.post_id |
String
|
<optional>
|
The id of a post you want to filter for. If you pass this id the post won't be nested. |
params.search.ama_event_id |
String
|
<optional>
|
The id of a post you want to filter for. If you pass this id the ama_event won't be nested. |