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": "2645169f-114a-4108-8368-32435e669ae6",
"Height": 2.1,
"Width": 3.1,
"AssetHeight": 4.1,
"AssetWidth": 5.1,
"Left": 6.1,
"Top": 7.1,
"AssetId": "fba6daa8-5be1-413f-bd34-908a4d2d386f",
"FlipX": true,
"FlipY": true,
"Rotation": 11.1,
"zIndex": 12,
"AssetType": 13,
"DesignerPayload": "sample string 14",
"LayoutMaskItemId": "a33417a9-362b-4548-81a7-c2f0510ae2ac",
"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": "2a43517f-7b77-4184-839e-52678a9b3c60",
"IsLocked": true,
"StampColor": "sample string 24",
"IsThemeImage": true
},
{
"ProjectAssetId": "2645169f-114a-4108-8368-32435e669ae6",
"Height": 2.1,
"Width": 3.1,
"AssetHeight": 4.1,
"AssetWidth": 5.1,
"Left": 6.1,
"Top": 7.1,
"AssetId": "fba6daa8-5be1-413f-bd34-908a4d2d386f",
"FlipX": true,
"FlipY": true,
"Rotation": 11.1,
"zIndex": 12,
"AssetType": 13,
"DesignerPayload": "sample string 14",
"LayoutMaskItemId": "a33417a9-362b-4548-81a7-c2f0510ae2ac",
"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": "2a43517f-7b77-4184-839e-52678a9b3c60",
"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>