Fetch Asset Details
Last updated
Was this helpful?
Last updated
Was this helpful?
The Fetch Asset Details Data Operation takes an URI or an Asset Primitive and returns a . Detailed Assets provide detailed information pertaining to an Asset, such as its file type, size, or download URL. Additionally, there are some Airscript Functions, such as and , that require input in the form of a Detailed Asset.
Get the download link of a created PDF
Get type verification of assets uploaded
Determine if an asset has been deleted
Fetch the Detailed Asset for use as input in a function that requires the Detailed Asset Type
##Wait for Active Asset
If checked, the Data Op will wait for the asset to be fully uploaded to the server before it can be processed.
##Asset Primitive or Text
Expects type asset
.
Accepts either an Asset URI or an . To obtain an Asset Primitive, take the Asset URI and use the function.
Asset URI
Asset Primitive
The Data Operation returns a detailedAsset
response object if the operation runs successfully. This object will have detailed information, including the download URL, for the asset provided.