Gets the comments on the posts identified in ids, regardless of the type of the posts.
- Provider
- Stack Exchange API
- Input summary
- {"name":"ids","type":"string","required":true,"description":"Semicolon-delimited list of up to 100 post IDs (question or answer IDs)."}, {"name":"sort","type":"string","required":false,"description":"The sort order for returned comments. 'creation' sorts by creation_date, 'votes' by score.","enum":["creation","votes"]}, {"name":"min","type":"string","required":false,"description":"Minimum value for the sort field (e.g., min creation date or score)."}, {"name":"max","type":"string","required":false,"description":"Maximum value for the sort field (e.g., max creation date or score)."}, {"name":"fromdate","type":"integer","required":false,"description":"Start of the date range (Unix timestamp) for filtering comments."}, {"name":"todate","type":"integer","required":false,"description":"End of the date range (Unix timestamp) for filtering comments."}, {"name":"site","type":"string","required":true,"description":"The Stack Exchange site to query (e.g., 'stackoverflow')."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available