getComments function
http://www.openaustralia.org/api/getComments
Fetch comments left on OpenAustralia.
With no arguments, returns most recent comments in reverse date order.
Arguments
- date (optional)
- Fetch the comments for this date.
- search (optional)
- Fetch the comments that contain this term.
- user_id (optional)
- Fetch the comments by a particular user ID.
- pid
- Fetch the comments made on a particular person ID (Representative/Senator).
- page (optional)
- Page of results to return.
- num (optional)
- Number of results to return.
Explorer
Try out this function without writing any code!