Truugo

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/

Details

Provider
Partner
Frends version
5.7 and newer
Agent
Crossplatform
Target framework
net8.0

Input parameters for the API call.

Name Type Default Example Description
Endpoint EndpointPath – ListItems

Path for the API call

Possible values:

  • ListItems: List items endpoint lists available Schematron items for a specific group key.

  • ListItemVersions: List item versions endpoint lists all available versions of a specific item key.

  • Validate: Validate endpoint performs Schematron validation on the provided file instance.

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: Import file via file path

  • FileContent: Import file via content

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.

An unhandled error has occurred. Reload 🗙