Uses of Class
com.docspring.ApiException
Packages that use ApiException
-
Uses of ApiException in com.docspring
Methods in com.docspring that throw ApiExceptionModifier and TypeMethodDescriptionClient.addFieldsToTemplate(String templateId, AddFieldsData data) Add new fields to a Template Adds fields to a PDF template.Client.addFieldsToTemplateWithHttpInfo(String templateId, AddFieldsData data) Add new fields to a Template Adds fields to a PDF template.Client.batchGeneratePdfs(SubmissionBatchData data, Boolean wait) Generate multiple PDFs Generates up to 50 PDFs in a single request.Client.batchGeneratePdfsWithHttpInfo(SubmissionBatchData data, Boolean wait) Generate multiple PDFs Generates up to 50 PDFs in a single request.Client.combinePdfs(CombinePdfsData data) Merge submission PDFs, template PDFs, or custom files Combines multiple PDFs from various sources into a single PDF file.Client.combinePdfsWithHttpInfo(CombinePdfsData data) Merge submission PDFs, template PDFs, or custom files Combines multiple PDFs from various sources into a single PDF file.Client.copyTemplate(String templateId, CopyTemplateOptions options) Copy a template Creates a copy of an existing template with all its fields and configuration.Client.copyTemplateWithHttpInfo(String templateId, CopyTemplateOptions options) Copy a template Creates a copy of an existing template with all its fields and configuration.Client.createCustomFileFromUpload(CreateCustomFileData data) Create a new custom file from a cached S3 upload The Custom Files API endpoint allows you to upload PDFs to DocSpring and then merge them with other PDFs.Create a new custom file from a cached S3 upload The Custom Files API endpoint allows you to upload PDFs to DocSpring and then merge them with other PDFs.Client.createDataRequestEvent(String dataRequestId, CreateSubmissionDataRequestEventRequest event) Create a new event for emailing a signee a request for signature Records user notification events for data requests.Client.createDataRequestEventWithHttpInfo(String dataRequestId, CreateSubmissionDataRequestEventRequest event) Create a new event for emailing a signee a request for signature Records user notification events for data requests.Client.createDataRequestToken(String dataRequestId, String type) Create a new data request token for form authentication Creates an authentication token for accessing a data request form.Client.createDataRequestTokenWithHttpInfo(String dataRequestId, String type) Create a new data request token for form authentication Creates an authentication token for accessing a data request form.Client.createFolder(CreateFolderData data) Create a folder Creates a new folder for organizing templates.Client.createFolderWithHttpInfo(CreateFolderData data) Create a folder Creates a new folder for organizing templates.Client.createHtmlTemplate(CreateHtmlTemplate data) Create a new HTML template Creates a new HTML template using HTML, CSS/SCSS, and Liquid templating.Client.createHtmlTemplateWithHttpInfo(CreateHtmlTemplate data) Create a new HTML template Creates a new HTML template using HTML, CSS/SCSS, and Liquid templating.Client.createPdfTemplate(File templateDocument, String templateName, Boolean wait, String templateDescription, String templateParentFolderId) Create a new PDF template with a form POST file upload Creates a new PDF template by uploading a PDF file.Client.createPdfTemplateFromUpload(CreatePdfTemplate data) Create a new PDF template from a cached S3 file upload Creates a new PDF template from a file previously uploaded to S3 using a presigned URL.Client.createPdfTemplateFromUploadWithHttpInfo(CreatePdfTemplate data) Create a new PDF template from a cached S3 file upload Creates a new PDF template from a file previously uploaded to S3 using a presigned URL.Client.createPdfTemplateWithHttpInfo(File templateDocument, String templateName, Boolean wait, String templateDescription, String templateParentFolderId) Create a new PDF template with a form POST file upload Creates a new PDF template by uploading a PDF file.Client.deleteFolder(String folderId) Delete a folder Deletes an empty folder.Client.deleteFolderWithHttpInfo(String folderId) Delete a folder Deletes an empty folder.Client.deleteTemplate(String templateId, String version) Delete a template Deletes a template or a specific template version.Client.deleteTemplateWithHttpInfo(String templateId, String version) Delete a template Deletes a template or a specific template version.<T> TApiClient.deserialize(javax.ws.rs.core.Response response, javax.ws.rs.core.GenericType<T> returnType) Deserialize response body to Java object according to the Content-Type.ApiClient.downloadFileFromResponse(javax.ws.rs.core.Response response) Download file from the given response.Client.expireCombinedSubmission(String combinedSubmissionId) Expire a combined submission Expiring a combined submission deletes the PDF from our system.Client.expireCombinedSubmissionWithHttpInfo(String combinedSubmissionId) Expire a combined submission Expiring a combined submission deletes the PDF from our system.Client.expireSubmission(String submissionId) Expire a PDF submission Expiring a PDF submission deletes the PDF and removes the data from our database.Client.expireSubmissionWithHttpInfo(String submissionId) Expire a PDF submission Expiring a PDF submission deletes the PDF and removes the data from our database.Client.generatePdf(String templateId, CreatePdfSubmissionData submission, Boolean wait) Generate a PDF Creates a PDF submission by filling in a template with data.Client.generatePdfWithHttpInfo(String templateId, CreatePdfSubmissionData submission, Boolean wait) Generate a PDF Creates a PDF submission by filling in a template with data.Client.generatePreview(String submissionId) Generate a preview PDF for partially completed data requests Generates a preview PDF for a submission with partially completed data requests.Client.generatePreviewWithHttpInfo(String submissionId) Generate a preview PDF for partially completed data requests Generates a preview PDF for a submission with partially completed data requests.Client.getCombinedSubmission(String combinedSubmissionId) Check the status of a combined submission (merged PDFs) Retrieves the details and status of a combined submission.Client.getCombinedSubmissionWithHttpInfo(String combinedSubmissionId) Check the status of a combined submission (merged PDFs) Retrieves the details and status of a combined submission.Client.getDataRequest(String dataRequestId) Look up a submission data request Retrieves the details and status of a data request.Client.getDataRequestWithHttpInfo(String dataRequestId) Look up a submission data request Retrieves the details and status of a data request.Client.getFullTemplate(String templateId) Fetch the full attributes for a PDF template Retrieves complete template information including fields, defaults, settings, and HTML/SCSS content.Client.getFullTemplateWithHttpInfo(String templateId) Fetch the full attributes for a PDF template Retrieves complete template information including fields, defaults, settings, and HTML/SCSS content.Client.getPresignUrl()Get a presigned S3 URL for direct file upload Returns a presigned S3 URL for uploading files directly to our S3 bucket.Client.getPresignUrlWithHttpInfo()Get a presigned S3 URL for direct file upload Returns a presigned S3 URL for uploading files directly to our S3 bucket.Client.getSubmission(String submissionId, Boolean includeData) Check the status of a PDF Retrieves the details and status of a PDF submission.Client.getSubmissionBatch(String submissionBatchId, Boolean includeSubmissions) Check the status of a submission batch job Retrieves the status and results of a batch PDF generation job.Client.getSubmissionBatchWithHttpInfo(String submissionBatchId, Boolean includeSubmissions) Check the status of a submission batch job Retrieves the status and results of a batch PDF generation job.Client.getSubmissionWithHttpInfo(String submissionId, Boolean includeData) Check the status of a PDF Retrieves the details and status of a PDF submission.Client.getTemplate(String templateId) Check the status of an uploaded template Retrieves information about a template including processing status and document URL.Client.getTemplateSchema(String templateId) Fetch the JSON schema for a template Retrieves the JSON Schema definition for a template's fields.Client.getTemplateSchemaWithHttpInfo(String templateId) Fetch the JSON schema for a template Retrieves the JSON Schema definition for a template's fields.Client.getTemplateWithHttpInfo(String templateId) Check the status of an uploaded template Retrieves information about a template including processing status and document URL.<T> ApiResponse<T>ApiClient.invokeAPI(String operation, String path, String method, List<Pair> queryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, javax.ws.rs.core.GenericType<T> returnType, boolean isBodyNullable) Invoke API by sending HTTP request with the given options.<T> ApiResponse<T>ApiClient.invokeAPI(String path, String method, List<Pair> queryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, javax.ws.rs.core.GenericType<T> returnType, boolean isBodyNullable) Deprecated.Add qualified name of the operation as a first parameter.Client.listCombinedSubmissions(Integer page, Integer perPage) Get a list of all combined submissions Returns a paginated list of combined submissions (merged PDFs) for your account.Client.listCombinedSubmissionsWithHttpInfo(Integer page, Integer perPage) Get a list of all combined submissions Returns a paginated list of combined submissions (merged PDFs) for your account.Client.listFolders(String parentFolderId) Get a list of all folders Returns a list of folders in your account.Client.listFoldersWithHttpInfo(String parentFolderId) Get a list of all folders Returns a list of folders in your account.Client.listSubmissions(String cursor, Integer limit, String createdAfter, String createdBefore, String type, Boolean includeData) List all submissions Returns a paginated list of all PDF submissions across all templates in your account.Client.listSubmissionsWithHttpInfo(String cursor, Integer limit, String createdAfter, String createdBefore, String type, Boolean includeData) List all submissions Returns a paginated list of all PDF submissions across all templates in your account.Client.listTemplates(String query, String parentFolderId, Integer page, Integer perPage) Get a list of all templates Retrieves a list of your templates with search, filtering, and pagination options.Client.listTemplateSubmissions(String templateId, String cursor, Integer limit, String createdAfter, String createdBefore, String type, Boolean includeData) List all submissions for a given template Returns a paginated list of all submissions for a specific template.Client.listTemplateSubmissionsWithHttpInfo(String templateId, String cursor, Integer limit, String createdAfter, String createdBefore, String type, Boolean includeData) List all submissions for a given template Returns a paginated list of all submissions for a specific template.Client.listTemplatesWithHttpInfo(String query, String parentFolderId, Integer page, Integer perPage) Get a list of all templates Retrieves a list of your templates with search, filtering, and pagination options.Client.moveFolderToFolder(String folderId, MoveFolderData data) Move a folder Moves a folder to a new parent folder or to the root level.Client.moveFolderToFolderWithHttpInfo(String folderId, MoveFolderData data) Move a folder Moves a folder to a new parent folder or to the root level.Client.moveTemplateToFolder(String templateId, MoveTemplateData data) Move Template to folder Moves a template to a different folder or to the root level.Client.moveTemplateToFolderWithHttpInfo(String templateId, MoveTemplateData data) Move Template to folder Moves a template to a different folder or to the root level.Client.publishTemplateVersion(String templateId, PublishVersionData data) Publish a template version Publishes the current draft version of a template and creates a new immutable version with semantic versioning (major.minor.patch).Client.publishTemplateVersionWithHttpInfo(String templateId, PublishVersionData data) Publish a template version Publishes the current draft version of a template and creates a new immutable version with semantic versioning (major.minor.patch).Client.renameFolder(String folderId, RenameFolderData data) Rename a folder Renames an existing folder.Client.renameFolderWithHttpInfo(String folderId, RenameFolderData data) Rename a folder Renames an existing folder.Client.restoreTemplateVersion(String templateId, RestoreVersionData data) Restore a template version Restores your template to a previously published version, copying that version's content and configuration to the current draft.Client.restoreTemplateVersionWithHttpInfo(String templateId, RestoreVersionData data) Restore a template version Restores your template to a previously published version, copying that version's content and configuration to the current draft.javax.ws.rs.client.Entity<?>ApiClient.serialize(Object obj, Map<String, Object> formParams, String contentType, boolean isBodyNullable) Serialize the given Java object into string entity according the given Content-Type (only JSON is supported for now).ApiClient.serializeToString(Object obj, Map<String, Object> formParams, String contentType, boolean isBodyNullable) Serialize the given Java object into string according the given Content-Type (only JSON, HTTP form is supported for now).Client.testAuthentication()Test authentication Checks whether your API token is valid by making an authenticated request.Client.testAuthenticationWithHttpInfo()Test authentication Checks whether your API token is valid by making an authenticated request.Client.updateDataRequest(String dataRequestId, UpdateSubmissionDataRequestData data) Update a submission data request Updates authentication details for a data request.Client.updateDataRequestWithHttpInfo(String dataRequestId, UpdateSubmissionDataRequestData data) Update a submission data request Updates authentication details for a data request.protected voidApiClient.updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Update query and header parameters based on authentication settings.Client.updateTemplate(String templateId, UpdateHtmlTemplate data) Update a Template Updates template content and properties.Client.updateTemplateDocument(String templateId, File templateDocument, String templateName) Update a template's document with a form POST file upload Upload a new PDF file to update a PDF template's document.Client.updateTemplateDocumentFromUpload(String templateId, UpdatePdfTemplate data) Update a template's document with a cached S3 file upload Updates a PDF template's document using a cached file upload.Client.updateTemplateDocumentFromUploadWithHttpInfo(String templateId, UpdatePdfTemplate data) Update a template's document with a cached S3 file upload Updates a PDF template's document using a cached file upload.Client.updateTemplateDocumentWithHttpInfo(String templateId, File templateDocument, String templateName) Update a template's document with a form POST file upload Upload a new PDF file to update a PDF template's document.Client.updateTemplateWithHttpInfo(String templateId, UpdateHtmlTemplate data) Update a Template Updates template content and properties. -
Uses of ApiException in com.docspring.auth
Methods in com.docspring.auth that throw ApiExceptionModifier and TypeMethodDescriptionvoidApiKeyAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidAuthentication.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Apply authentication settings to header and query params.voidHttpBasicAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidHttpBearerAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri)