GET api/MarketingWatermarkTemplate/GetStyleList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseOfListOfMarketingWatermarkStyle
NameDescriptionTypeAdditional information
Data

Collection of MarketingWatermarkStyle

None.

IsSuccess

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "id": "sample string 1",
      "name": "sample string 2",
      "imageUrl": "sample string 3",
      "styleFilePath": "sample string 4",
      "count": 5
    },
    {
      "id": "sample string 1",
      "name": "sample string 2",
      "imageUrl": "sample string 3",
      "styleFilePath": "sample string 4",
      "count": 5
    }
  ],
  "IsSuccess": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3"
}