TSDR REST API Specification

Number of APIs: 23

Beginning on October 2, 2020, you will need an API key to access the TSDR REST API. See our TSDR Data API webpage for more information on retrieving bulk data.

  1. casedoc/{caseid}/{docid} - Returns the content of a Document in PDF format. GET {{baseUrl}}/casedoc/:caseid/:docid/content.pdf

  2. casedoc/{caseid}/{docid} - Returns the content of a Document in ZIP format. GET {{baseUrl}}/casedoc/:caseid/:docid/content.zip

  3. casedoc/{caseid}/{docid} - Returns the content of a Document in PDF format. GET {{baseUrl}}/casedoc/:caseid/:docid/download.pdf

  4. casedoc/{caseid}/{docid} - Returns the content of a Document in ZIP format. GET {{baseUrl}}/casedoc/:caseid/:docid/download.zip

  5. casedoc/{caseid}/{docid} - Returns the metadata of a Document in XML for case identified by case ID GET {{baseUrl}}/casedoc/:caseid/:docid/info

  6. casedoc/{caseid}/{docid} - Returns the page content as a NATIVE format GET {{baseUrl}}/casedoc/:caseid/:docid/:pageid/media

  7. casedocs-{caseid} - Returns information about the searched document in the case in XML format. GET {{baseUrl}}/casedocs/:caseid/bundle

  8. casedocs-{caseid} - Returns information about all documents in the case in PDF format. GET {{baseUrl}}/casedocs/:caseid/content.pdf

  9. casedocs-{caseid} - Returns information about all documents in the case in ZIP format. GET {{baseUrl}}/casedocs/:caseid/content.zip

  10. casedocs-{caseid} - Returns information about all documents in the case in PDF format. GET {{baseUrl}}/casedocs/:caseid/download.pdf