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. |
|
| PicsartPayload | 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": "eb61583b-b97f-4c0b-983c-63a81d4423dc",
"Height": 2.1,
"Width": 3.1,
"AssetHeight": 4.1,
"AssetWidth": 5.1,
"Left": 6.1,
"Top": 7.1,
"AssetId": "a6096b0d-44be-4c2f-bd28-2add7685cd3d",
"FlipX": true,
"FlipY": true,
"Rotation": 11.1,
"zIndex": 12,
"AssetType": 13,
"DesignerPayload": "sample string 14",
"LayoutMaskItemId": "2a64dd14-70f9-4312-8bf5-139e71544620",
"ImageUrl": "sample string 15",
"CropPayload": "sample string 16",
"PicsartPayload": "sample string 17",
"Brightness": 18.1,
"Saturation": 19.1,
"ImageFilterType": "sample string 20",
"ThemeProjectDetail": "sample string 21",
"GalleryAssetID": "6f32835a-a1a1-435d-8c01-302d85951809",
"IsLocked": true,
"StampColor": "sample string 24",
"IsThemeImage": true
},
{
"ProjectAssetId": "eb61583b-b97f-4c0b-983c-63a81d4423dc",
"Height": 2.1,
"Width": 3.1,
"AssetHeight": 4.1,
"AssetWidth": 5.1,
"Left": 6.1,
"Top": 7.1,
"AssetId": "a6096b0d-44be-4c2f-bd28-2add7685cd3d",
"FlipX": true,
"FlipY": true,
"Rotation": 11.1,
"zIndex": 12,
"AssetType": 13,
"DesignerPayload": "sample string 14",
"LayoutMaskItemId": "2a64dd14-70f9-4312-8bf5-139e71544620",
"ImageUrl": "sample string 15",
"CropPayload": "sample string 16",
"PicsartPayload": "sample string 17",
"Brightness": 18.1,
"Saturation": 19.1,
"ImageFilterType": "sample string 20",
"ThemeProjectDetail": "sample string 21",
"GalleryAssetID": "6f32835a-a1a1-435d-8c01-302d85951809",
"IsLocked": true,
"StampColor": "sample string 24",
"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>