How to get XSD format for all vessel forms?
XSD format is available for standard forms. Those who use custom forms available with Veslink Optimum can also achieve the same by use of API calls.
Steps to retrieve XSD format via API:
Get form identifier:
https://api.veslink.com/v1/forms/DMDS/templates?apiToken={apiToken}Get form in XSD format:
https://api.veslink.com/v1/forms/DMDS/xsd?apiToken={apiToken}&formIdentifier={formIdentifier}