Get list of documents

Get a list of documents associated with a bill.

From the response, you can use the document id in a GET request to download a document.

curl '{baseUrl}/FileServlet?id={document_id}&sessionId={session_id}' \
--output {document_name}
Language
Click Try It! to start a request and see the response here!