GET api/Asset/GetProductAssetAzureResourceUri?productId={productId}&fileName={fileName}&forDownload={forDownload}&userId={userId}
Gets the Azure resource URI for a product asset (preview or download).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId |
Product GUID. |
globally unique identifier |
Required |
| fileName |
File name of the asset. |
string |
Required |
| forDownload |
True for download URI; otherwise preview URI. |
boolean |
Default value is False |
| userId |
Requester identifier for logging. |
string |
Default value is Vis Api |
Body Parameters
None.
Response Information
Resource Description
The Azure resource URI as a string.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>