Usage of revisions/{id}
Discussion
Returns edit revisions for the posts identified in id.
Parameters
- id – A single primary key identifier or a vectorized, semicolon-delimited list of identifiers.
- This is a vectorized parameter, multiple ids can be sent a single request if delimited with a semi-colon
- string
- fromdate – start date to list revisions from
- unix epoch date, range [0, 253,402,300,799]
- todate – date to stop listing revisions at
- unix epoch date, range [0, 253,402,300,799]