Skip to main content

AdsDownloadUrl

Download URL for an Advanced Drafting Services file.

namestring

Human-readable name of the ADS type (e.g., "Xactimate ESX", "AutoCAD DWG")

Example: Xactimate ESX
typestring

The ADS type identifier (e.g., "esx", "dwg", "rvt", "cad2d", "cad3d")

Example: esx
urlstring

Download URL for the ADS file

Example: https://manage.youriguide.com/api/v1/iguides/ig1234/download-esx?token=eyJhbGci...
AdsDownloadUrl
{
"name": "Xactimate ESX",
"type": "esx",
"url": "https://manage.youriguide.com/api/v1/iguides/ig1234/download-esx?token=eyJhbGci..."
}