Asset Forms
Definition
Where an Asset Type describes the properties of an asset, how those are stored, and what values are valid, an Asset Form describes how those values are presented in a user interface, interpreted in API parameters, or emitted in export formats
How to use Asset Forms
Through the UI
Asset Forms can be modified through the UI Asset Form. The form will be a representation of the various Asset Type Fields and a user can input and save their changes.
Through the API
While creating Asset Forms isn’t exposed publicly, you can retrieve Asset Forms from the API directly, as an attribute on an Asset Type. These properties can be modified through the modify asset call.
Updated almost 2 years ago