Documentation
- Getting Started
- Installation
- Key Concepts
- Integrations
- Account & Billing
- Security & Privacy
- PDF Generation
- Reference
- Tutorials
- Troubleshooting
- Excel Generation
- Reference
- Troubleshooting
Document Listing API
A list of previously created documents can be accessed through the API. This includes information like the name, the date, and if it was a test document. Because we don't actually store the created document, we can't return that. Info about the documents is returned as XML or JSON in a paginated list, ordered by date of creation (most recent first).
URL
You can make a GET request against the following URLs:
https://api.docraptor.com/docs.json
for a json formatted responsehttps://api.docraptor.com/docs.xml
for a xml formatted response
Parameters
The following are the parameters that DocRaptor expects when you request the document listing.