Uploading Assets into Tenovos

Requirements

The sequence diagram below shows the typical process to create a new asset within Tenovos using the REST API. Creation of an Asset using the API requires that you know the UUID's for the metadata and security templates you wish to use on the asset. It also requires that you know the metadata attribute types (vocabulary, tables, etc.) and obtain the UUID information for each attribute and vocabulary value that you wish to add to the asset.

Constraints

Process

Customerauth/tokenmetadata/templatemetadata/vocabularysecurity/template/assetUsername, Password, ClientId, API KeyGet TokensReturn TokensRequest Metadata TemplatesReturn all Templates and Attribute ID'sGet ID's and Values for VocabularyReturn VocabularyGet all Security TemplatesReturn templates and ID'sPass Security Template(s), Metadata Template, and attribute ID's/ValuesReturn Asset Creation StatusCustomerauth/tokenmetadata/templatemetadata/vocabularysecurity/template/asset

Code Example