GET projects/GetTemplateAssetDetail/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProjectAsset| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectAssetId | globally unique identifier |
None. |
|
| Height | decimal number |
None. |
|
| Width | decimal number |
None. |
|
| AssetHeight | decimal number |
None. |
|
| AssetWidth | decimal number |
None. |
|
| Left | decimal number |
None. |
|
| Top | decimal number |
None. |
|
| AssetId | globally unique identifier |
None. |
|
| FlipX | boolean |
None. |
|
| FlipY | boolean |
None. |
|
| Rotation | decimal number |
None. |
|
| zIndex | integer |
None. |
|
| AssetType | integer |
None. |
|
| DesignerPayload | string |
None. |
|
| LayoutMaskItemId | globally unique identifier |
None. |
|
| ImageUrl | string |
None. |
|
| CropPayload | string |
None. |
|
| Brightness | decimal number |
None. |
|
| Saturation | decimal number |
None. |
|
| ImageFilterType | string |
None. |
|
| ThemeProjectDetail | string |
None. |
|
| GalleryAssetID | globally unique identifier |
None. |
|
| IsLocked | boolean |
None. |
|
| StampColor | string |
None. |
|
| IsThemeImage | boolean |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"ProjectAssetId": "b3ac37b9-9fdd-4a80-a78d-b108aab26f82",
"Height": 2.1,
"Width": 3.1,
"AssetHeight": 4.1,
"AssetWidth": 5.1,
"Left": 6.1,
"Top": 7.1,
"AssetId": "89c8ffc7-3f34-427f-9f2d-152dfd0394af",
"FlipX": true,
"FlipY": true,
"Rotation": 11.1,
"zIndex": 12,
"AssetType": 13,
"DesignerPayload": "sample string 14",
"LayoutMaskItemId": "c1024cfb-dbd1-4ccf-96c8-157a1738abb4",
"ImageUrl": "sample string 15",
"CropPayload": "sample string 16",
"Brightness": 17.1,
"Saturation": 18.1,
"ImageFilterType": "sample string 19",
"ThemeProjectDetail": "sample string 20",
"GalleryAssetID": "4be563ae-0727-4f69-8cb9-5ac370ae75cf",
"IsLocked": true,
"StampColor": "sample string 23",
"IsThemeImage": true
},
{
"ProjectAssetId": "b3ac37b9-9fdd-4a80-a78d-b108aab26f82",
"Height": 2.1,
"Width": 3.1,
"AssetHeight": 4.1,
"AssetWidth": 5.1,
"Left": 6.1,
"Top": 7.1,
"AssetId": "89c8ffc7-3f34-427f-9f2d-152dfd0394af",
"FlipX": true,
"FlipY": true,
"Rotation": 11.1,
"zIndex": 12,
"AssetType": 13,
"DesignerPayload": "sample string 14",
"LayoutMaskItemId": "c1024cfb-dbd1-4ccf-96c8-157a1738abb4",
"ImageUrl": "sample string 15",
"CropPayload": "sample string 16",
"Brightness": 17.1,
"Saturation": 18.1,
"ImageFilterType": "sample string 19",
"ThemeProjectDetail": "sample string 20",
"GalleryAssetID": "4be563ae-0727-4f69-8cb9-5ac370ae75cf",
"IsLocked": true,
"StampColor": "sample string 23",
"IsThemeImage": true
}
]
application/xml, text/xml
Sample:
<ArrayOfProjectAsset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tervis.Customyzer.Services.Web.API.Models"> <ProjectAsset /> <ProjectAsset /> </ArrayOfProjectAsset>