TheyWorkForYou API
getComments function
https://www.theyworkforyou.com/api/getComments
Fetch comments left on TheyWorkForYou.
With no arguments, returns most recent comments in reverse date order.
Arguments
- start_date, end_date (optional)
- Fetch the comments between two dates (inclusive).
- search (optional)
- Fetch the comments that contain this term.
- pid
- Fetch the comments made on a particular person ID (MP/Lord).
- page (optional)
- Page of results to return.
- num (optional)
- Number of results to return.
Explorer
Try out this function without writing any code!