Get document details

Get details about a document associated with a bill.

From the response, you can use the document id in a GET request to download the 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!