Runs a report generation process
Runs a report generation process using the specified document template and an external data source in XML, JSON, or CSV format.
Runs a report generation process REST API
Server | Method | Endpoint |
---|---|---|
https://api.aspose.cloud/v4.0 |
PUT | /words/buildReport |
You can use the following parameters in a REST request:
Parameter Name | Data Type | Required/Optional | Description |
---|---|---|---|
documentFileName |
string | Optional | The filename of the output document, that will be used when the resulting document has a dynamic field {filename}. If it is not set, the “template” will be used instead. |
Use $multipart/form-data
request to combine one or more properties into a single body:
Property Name | Data Type | Required/Optional | Description |
---|---|---|---|
template |
string(binary) | Required | File with template |
data |
string | Required | A string providing a data to populate the specified template. The string must be of one of the following types: xml, json, csv |
reportEngineSettings |
ReportEngineSettings | Required | An object providing a settings of report engine. |
Runs a report generation process usage examples
Let’s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.
How to runs a report generation process with cURL or Postman
One of the easiest and fastest ways to call a REST API is to use cURL or Postman:
How to runs a report generation process in Python, Java, C#, C++, JavaScript and other programming languages
Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:
See Also
- GitHub repository — explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.