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.
-
casedoc/{caseid}/{docid} - Returns the content of a Document in PDF format. GET {{baseUrl}}/casedoc/:caseid/:docid/content.pdf
-
casedoc/{caseid}/{docid} - Returns the content of a Document in ZIP format. GET {{baseUrl}}/casedoc/:caseid/:docid/content.zip
-
casedoc/{caseid}/{docid} - Returns the content of a Document in PDF format. GET {{baseUrl}}/casedoc/:caseid/:docid/download.pdf
-
casedoc/{caseid}/{docid} - Returns the content of a Document in ZIP format. GET {{baseUrl}}/casedoc/:caseid/:docid/download.zip
-
casedoc/{caseid}/{docid} - Returns the metadata of a Document in XML for case identified by case ID GET {{baseUrl}}/casedoc/:caseid/:docid/info
-
casedoc/{caseid}/{docid} - Returns the page content as a NATIVE format GET {{baseUrl}}/casedoc/:caseid/:docid/:pageid/media
-
casedocs-{caseid} - Returns information about the searched document in the case in XML format. GET {{baseUrl}}/casedocs/:caseid/bundle
-
casedocs-{caseid} - Returns information about all documents in the case in PDF format. GET {{baseUrl}}/casedocs/:caseid/content.pdf
-
casedocs-{caseid} - Returns information about all documents in the case in ZIP format. GET {{baseUrl}}/casedocs/:caseid/content.zip
-
casedocs-{caseid} - Returns information about all documents in the case in PDF format. GET {{baseUrl}}/casedocs/:caseid/download.pdf