Usage of /users/{ids}/suggested-edits GET
Discussion
Returns the suggested edits that the users in {ids} have submitted.
{ids} can contain up to 100 semicolon delimited ids. To find ids programmatically look for user_id on user or shallow_user objects.
The sorts accepted by this method operate on the following fields of the suggested_edit object:
- creation –
creation_date -
approval –
approval_date- Does not return unapproved suggested_edits
-
rejection –
rejection_date- Does not return unrejected suggested_edits
creation is the default sort.It is possible to create moderately complex queries using
sort, min, max, fromdate, and todate.
This method returns a list of suggested-edits.
Try It