GET v1/Orders/{id}/VirtualTours
Returns virtual tour urls and url count for the order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order number |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
VirtualTourAssetsReturnViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| UrlList | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"urlList": [
"sample string 1",
"sample string 2"
]
}
