Usage of revisions/{id}/{revisionguid}

Discussion

Gets a specific revision, as identified by post id and revisionguid.


Parameters

  • id – A single primary key identifier or a vectorized, semicolon-delimited list of identifiers.
    • string
  • revisionguid – specific revision id
    • guid, 8-4-4-4-12 format
  • 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]

Try it