GET products/GetLayoutItem/{layoutMaskId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| layoutMaskId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LayoutMaskItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| LayoutGeometryID | integer |
None. |
|
| MaskTypeID | integer |
None. |
|
| Name | string |
None. |
|
| Width | integer |
None. |
|
| Height | integer |
None. |
|
| LocationX | integer |
None. |
|
| LocationY | integer |
None. |
|
| Rotation | decimal number |
None. |
|
| ZIndex | integer |
None. |
|
| IsARVideoFrame | boolean |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"Id": "997c5c8b-d79b-4ee2-b75a-d89e4cd3f35b",
"LayoutGeometryID": 2,
"MaskTypeID": 3,
"Name": "sample string 4",
"Width": 5,
"Height": 6,
"LocationX": 7,
"LocationY": 8,
"Rotation": 9.1,
"ZIndex": 10,
"IsARVideoFrame": true
},
{
"Id": "997c5c8b-d79b-4ee2-b75a-d89e4cd3f35b",
"LayoutGeometryID": 2,
"MaskTypeID": 3,
"Name": "sample string 4",
"Width": 5,
"Height": 6,
"LocationX": 7,
"LocationY": 8,
"Rotation": 9.1,
"ZIndex": 10,
"IsARVideoFrame": true
}
]
application/xml, text/xml
Sample:
<ArrayOfLayoutMaskItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tervis.Customyzer.Services.Web.API.Models">
<LayoutMaskItem>
<Height>6</Height>
<Id>997c5c8b-d79b-4ee2-b75a-d89e4cd3f35b</Id>
<IsARVideoFrame>true</IsARVideoFrame>
<LayoutGeometryID>2</LayoutGeometryID>
<LocationX>7</LocationX>
<LocationY>8</LocationY>
<MaskTypeID>3</MaskTypeID>
<Name>sample string 4</Name>
<Rotation>9.1</Rotation>
<Width>5</Width>
<ZIndex>10</ZIndex>
</LayoutMaskItem>
<LayoutMaskItem>
<Height>6</Height>
<Id>997c5c8b-d79b-4ee2-b75a-d89e4cd3f35b</Id>
<IsARVideoFrame>true</IsARVideoFrame>
<LayoutGeometryID>2</LayoutGeometryID>
<LocationX>7</LocationX>
<LocationY>8</LocationY>
<MaskTypeID>3</MaskTypeID>
<Name>sample string 4</Name>
<Rotation>9.1</Rotation>
<Width>5</Width>
<ZIndex>10</ZIndex>
</LayoutMaskItem>
</ArrayOfLayoutMaskItem>