/v1/
-
Endpoint Overview
Web API Base URL:
https://api.reporting.cloud/
Method | Endpoint | Description |
---|---|---|
Get
|
templates/count | Returns the number of templates in the template storage. |
Delete
|
templates/delete | Deletes a template from the ReportingCloud template storage. |
Get
|
templates/download | Returns the selected template from the storage. |
Get
|
templates/exists | Checks whether a template exists in the template storage. |
Get
|
templates/info | Returns information about the template including hierarchical structure of merge fields and merge blocks. |
Get
|
templates/list | Lists all templates from the ReportingCloud template storage. |
Get
|
templates/pagecount | Returns the number of pages of a template in the template storage. |
Get
|
templates/thumbnails | Creates and returns thumbnail images of template pages. |
Post
|
templates/upload | Stores an uploaded template in the ReportingCloud template storage. Supported template formats are Microsoft Word (.doc), WordProcessingML (.docx), Rich Text Format (.rtf) and TX Text Control Format (.tx). |