GET ARAsset/GetARAssetByID/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ARAsset| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IsVideoEncoded | boolean |
None. |
|
| IsVideoTrimmed | boolean |
None. |
|
| IsPortraitVideo | boolean |
None. |
|
| IsKeepLowResolutionVideo | boolean |
None. |
|
| PublishedVideoURL | string |
None. |
|
| OriginalAssetURL | string |
None. |
|
| VideoThumbnailURL | string |
None. |
|
| CreatedDateUTC | date |
None. |
|
| ModifiedDateUTC | date |
None. |
|
| VideoStatus | integer |
None. |
|
| IsTemp | boolean |
None. |
|
| ErrorText | string |
None. |
|
| ARVideoUploadStatus | ARVideoUploadStatus |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"Id": "a0386dfb-318e-442d-8e89-b1db42830eda",
"IsVideoEncoded": true,
"IsVideoTrimmed": true,
"IsPortraitVideo": true,
"IsKeepLowResolutionVideo": true,
"PublishedVideoURL": "sample string 6",
"OriginalAssetURL": "sample string 7",
"VideoThumbnailURL": "sample string 8",
"CreatedDateUTC": "2026-02-02T04:55:15.2849702+00:00",
"ModifiedDateUTC": "2026-02-02T04:55:15.2849702+00:00",
"VideoStatus": 11,
"IsTemp": true,
"ErrorText": "sample string 13",
"ARVideoUploadStatus": 0
}
application/xml, text/xml
Sample:
<ARAsset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tervis.Customyzer.Services.Web.API.Models"> <ARVideoUploadStatus>NONE</ARVideoUploadStatus> <CreatedDateUTC>2026-02-02T04:55:15.2849702+00:00</CreatedDateUTC> <ErrorText>sample string 13</ErrorText> <Id>a0386dfb-318e-442d-8e89-b1db42830eda</Id> <IsKeepLowResolutionVideo>true</IsKeepLowResolutionVideo> <IsPortraitVideo>true</IsPortraitVideo> <IsTemp>true</IsTemp> <IsVideoEncoded>true</IsVideoEncoded> <IsVideoTrimmed>true</IsVideoTrimmed> <ModifiedDateUTC>2026-02-02T04:55:15.2849702+00:00</ModifiedDateUTC> <OriginalAssetURL>sample string 7</OriginalAssetURL> <PublishedVideoURL>sample string 6</PublishedVideoURL> <VideoStatus>11</VideoStatus> <VideoThumbnailURL>sample string 8</VideoThumbnailURL> </ARAsset>