GET projects/GetTemplateAssetDetail/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ProjectAsset
NameDescriptionTypeAdditional 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": "68ed28be-923e-41a3-a927-92f53385567b",
    "Height": 2.1,
    "Width": 3.1,
    "AssetHeight": 4.1,
    "AssetWidth": 5.1,
    "Left": 6.1,
    "Top": 7.1,
    "AssetId": "a9dffe1d-b878-4df8-999c-fb05b308c121",
    "FlipX": true,
    "FlipY": true,
    "Rotation": 11.1,
    "zIndex": 12,
    "AssetType": 13,
    "DesignerPayload": "sample string 14",
    "LayoutMaskItemId": "7a8f6860-0b70-4377-8946-1c886ae878f3",
    "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": "9bc1f0d3-9aa3-4b7c-ae4b-5b0f8d2d3c04",
    "IsLocked": true,
    "StampColor": "sample string 24",
    "IsThemeImage": true
  },
  {
    "ProjectAssetId": "68ed28be-923e-41a3-a927-92f53385567b",
    "Height": 2.1,
    "Width": 3.1,
    "AssetHeight": 4.1,
    "AssetWidth": 5.1,
    "Left": 6.1,
    "Top": 7.1,
    "AssetId": "a9dffe1d-b878-4df8-999c-fb05b308c121",
    "FlipX": true,
    "FlipY": true,
    "Rotation": 11.1,
    "zIndex": 12,
    "AssetType": 13,
    "DesignerPayload": "sample string 14",
    "LayoutMaskItemId": "7a8f6860-0b70-4377-8946-1c886ae878f3",
    "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": "9bc1f0d3-9aa3-4b7c-ae4b-5b0f8d2d3c04",
    "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>