You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ DocSpring is a service that helps you fill out and sign PDF templates.
6
6
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
*PDFApi* | [**GeneratePDF**](docs/PDFApi.md#generatepdf) | **Post** /templates/{template_id}/submissions | Generates a new PDF
49
49
*PDFApi* | [**GetCombinedSubmission**](docs/PDFApi.md#getcombinedsubmission) | **Get** /combined_submissions/{combined_submission_id} | Check the status of a combined submission (merged PDFs)
50
50
*PDFApi* | [**GetDataRequest**](docs/PDFApi.md#getdatarequest) | **Get** /data_requests/{data_request_id} | Look up a submission data request
51
+
*PDFApi* | [**GetFullTemplate**](docs/PDFApi.md#getfulltemplate) | **Get** /templates/{template_id}?full=true | Fetch the full template attributes
51
52
*PDFApi* | [**GetPresignUrl**](docs/PDFApi.md#getpresignurl) | **Get** /uploads/presign | Get a presigned URL so that you can upload a file to our AWS S3 bucket
52
53
*PDFApi* | [**GetSubmission**](docs/PDFApi.md#getsubmission) | **Get** /submissions/{submission_id} | Check the status of a PDF
53
54
*PDFApi* | [**GetSubmissionBatch**](docs/PDFApi.md#getsubmissionbatch) | **Get** /submissions/batches/{submission_batch_id} | Check the status of a submission batch job
54
-
*PDFApi* | [**GetTemplate**](docs/PDFApi.md#gettemplate) | **Get** /templates/{template_id} | Get a single template
55
+
*PDFApi* | [**GetTemplate**](docs/PDFApi.md#gettemplate) | **Get** /templates/{template_id} | Check the status of an uploaded template
55
56
*PDFApi* | [**GetTemplateSchema**](docs/PDFApi.md#gettemplateschema) | **Get** /templates/{template_id}/schema | Fetch the JSON schema for a template
56
57
*PDFApi* | [**ListFolders**](docs/PDFApi.md#listfolders) | **Get** /folders/ | Get a list of all folders
58
+
*PDFApi* | [**ListSubmissions**](docs/PDFApi.md#listsubmissions) | **Get** /submissions | List all submissions
59
+
*PDFApi* | [**ListSubmissions_0**](docs/PDFApi.md#listsubmissions_0) | **Get** /templates/{template_id}/submissions | List all submissions for a given template
57
60
*PDFApi* | [**ListTemplates**](docs/PDFApi.md#listtemplates) | **Get** /templates | Get a list of all templates
58
61
*PDFApi* | [**MoveFolderToFolder**](docs/PDFApi.md#movefoldertofolder) | **Post** /folders/{folder_id}/move | Move a folder
0 commit comments