Netum.Truugo.Schematron / 1.0.0
Summary
Task for calling Truugo Schematron API endpoints and returns its response. Truugo API Swagger for reference: https://api.truugo.com/reference/
Input parameters for the API call.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Endpoint | EndpointPath |
– | ListItems |
Path for the API call Possible values:
|
| GroupKey | String |
– | groupKey |
Group key needed for Schematron List-Items |
| ItemKey | String |
– | itemKey |
Item key needed for Schematron List-Item-Versions |
| FileKey | String |
– | fileKey |
File key needed for Schematron Validate |
| FileImportType | FileImport |
– | FilePath |
File import type selection: file path or content Possible values:
|
| FilePath | String |
– | C:\files\file.xml |
Full path to the file, only needed if file import type is set to file path. |
| FileName | String |
– | file.xml |
Name of the file, necessary when file content is used as input. Can also override the file name when used with file path. |
| Content | String |
– | <xml>...</xml> |
XML content to be validated. |