Usage of /posts/{ids}/suggested-edits GET
Discussion
Returns suggested edits on the posts identified in ids.
- creation –
creation_date
- approval –
approval_date
- rejection –
rejection_date
creation
is the default sort.{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for post_id
, answer_id
, or question_id
on
post, answer, and question objects respectively.
This method returns a list of suggested-edits.
Try It