Usage of /suggested-edits GET
Discussion
Returns all the suggested edits in the systems.
This method returns a list of suggested-edits.
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
.
Try It