GET api/AR
Get All Categories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ARViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageId | integer |
None. |
|
| VideoUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ImageId": 1,
"VideoUrl": "sample string 2"
},
{
"ImageId": 1,
"VideoUrl": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfARViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Coke.Models.WebApi.ViewModels.AR">
<ARViewModel>
<ImageId>1</ImageId>
<VideoUrl>sample string 2</VideoUrl>
</ARViewModel>
<ARViewModel>
<ImageId>1</ImageId>
<VideoUrl>sample string 2</VideoUrl>
</ARViewModel>
</ArrayOfARViewModel>