Uses of Class
com.docspring.ApiResponse
Packages that use ApiResponse
-
Uses of ApiResponse in com.docspring
Methods in com.docspring that return ApiResponseModifier and TypeMethodDescriptionClient.addFieldsToTemplateWithHttpInfo(String templateId, AddFieldsData data) Add new fields to a Template Adds fields to a PDF template.Client.batchGeneratePdfsWithHttpInfo(SubmissionBatchData data, Boolean wait) Generate multiple PDFs Generates up to 50 PDFs in a single request.Client.combinePdfsWithHttpInfo(CombinePdfsData data) Merge submission PDFs, template PDFs, or custom files Combines multiple PDFs from various sources into a single PDF file.Client.copyTemplateWithHttpInfo(String templateId, CopyTemplateOptions options) Copy a template Creates a copy of an existing template with all its fields and configuration.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.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.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.createFolderWithHttpInfo(CreateFolderData data) Create a folder Creates a new folder for organizing templates.Client.createHtmlTemplateWithHttpInfo(CreateHtmlTemplate data) Create a new HTML template Creates a new HTML template using HTML, CSS/SCSS, and Liquid templating.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.deleteFolderWithHttpInfo(String folderId) Delete a folder Deletes an empty folder.Client.deleteTemplateWithHttpInfo(String templateId, String version) Delete a template Deletes a template or a specific template version.Client.expireCombinedSubmissionWithHttpInfo(String combinedSubmissionId) Expire a combined submission Expiring a combined submission deletes the PDF from our system.Client.expireSubmissionWithHttpInfo(String submissionId) Expire a PDF submission Expiring a PDF submission deletes the PDF and removes the data from our database.Client.generatePdfWithHttpInfo(String templateId, CreatePdfSubmissionData submission, Boolean wait) Generate a PDF Creates a PDF submission by filling in a template with data.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.getCombinedSubmissionWithHttpInfo(String combinedSubmissionId) Check the status of a combined submission (merged PDFs) Retrieves the details and status of a combined submission.Client.getDataRequestWithHttpInfo(String dataRequestId) Look up a submission data request Retrieves the details and status of a data request.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.getPresignUrlWithHttpInfo()Get a presigned S3 URL for direct file upload Returns a presigned S3 URL for uploading files directly to our S3 bucket.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.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.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.listFoldersWithHttpInfo(String parentFolderId) Get a list of all folders Returns a list of folders 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.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.moveFolderToFolderWithHttpInfo(String folderId, MoveFolderData data) Move a folder Moves a folder to a new parent 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.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.renameFolderWithHttpInfo(String folderId, RenameFolderData data) Rename a folder Renames an existing folder.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.Client.testAuthenticationWithHttpInfo()Test authentication Checks whether your API token is valid by making an authenticated request.Client.updateDataRequestWithHttpInfo(String dataRequestId, UpdateSubmissionDataRequestData data) Update a submission data request Updates authentication details for a data request.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.