GET api/Settings/GetWatermarkData?guid={guid}
Getting watermark settings
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
guid |
Export preset GUID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Result containing the watermark settings
ObjResultOfWatermarkPropertiesName | Description | Type | Additional information |
---|---|---|---|
Data | WatermarkProperties |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "scale": true, "opacity": 2, "position": "sample string 3" }, "error": "sample string 1", "success": true, "errorCode": 3 }