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 LayoutMaskItemName | 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": "df7bf275-1aab-4cc3-8f09-d3fb1f14ad9b", "LayoutGeometryID": 2, "MaskTypeID": 3, "Name": "sample string 4", "Width": 5, "Height": 6, "LocationX": 7, "LocationY": 8, "Rotation": 9.1, "ZIndex": 10, "IsARVideoFrame": true }, { "Id": "df7bf275-1aab-4cc3-8f09-d3fb1f14ad9b", "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>df7bf275-1aab-4cc3-8f09-d3fb1f14ad9b</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>df7bf275-1aab-4cc3-8f09-d3fb1f14ad9b</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>