Personal tools

WarcManager:Urls

From Adapt

Jump to: navigation, search

Urls available for the warc manager

  • list collections
    • /rest/collection - returns a list of Collections
  • list entries for a url - returns a list of entries for the given url or urlID
    • /rest/url/{url}
      • url - url of page to retrieve
    • /rest/url/{urlID }
      • urlID - db id of url to retrieve
  • retrieve files from the archive
    • /rest/retrieve/{currentdate}/{url}
      • currentdate - point in time to return
      • url - page url
    • /rest/retrieve/{entryId}
      • entryId - dat entry id to return (id from list entries)
  • list entries in a dat/arc file
    • /rest/warc/{id}
      • id - db id of dat file