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": "5dca6868-bfaf-462d-ad8e-5e64ec432272",
"Height": 2.1,
"Width": 3.1,
"AssetHeight": 4.1,
"AssetWidth": 5.1,
"Left": 6.1,
"Top": 7.1,
"AssetId": "8f63e5da-457d-4b9c-b9be-b3b7035ef821",
"FlipX": true,
"FlipY": true,
"Rotation": 11.1,
"zIndex": 12,
"AssetType": 13,
"DesignerPayload": "sample string 14",
"LayoutMaskItemId": "aaac0bfb-8377-40ee-bcc0-fa2a5ccecdf4",
"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": "b9d52ec5-f515-4e96-8f57-08631c9f3d7f",
"IsLocked": true,
"StampColor": "sample string 24",
"IsThemeImage": true
},
{
"ProjectAssetId": "5dca6868-bfaf-462d-ad8e-5e64ec432272",
"Height": 2.1,
"Width": 3.1,
"AssetHeight": 4.1,
"AssetWidth": 5.1,
"Left": 6.1,
"Top": 7.1,
"AssetId": "8f63e5da-457d-4b9c-b9be-b3b7035ef821",
"FlipX": true,
"FlipY": true,
"Rotation": 11.1,
"zIndex": 12,
"AssetType": 13,
"DesignerPayload": "sample string 14",
"LayoutMaskItemId": "aaac0bfb-8377-40ee-bcc0-fa2a5ccecdf4",
"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": "b9d52ec5-f515-4e96-8f57-08631c9f3d7f",
"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>