GET api/Settings/GetExportPresets
Getting export presets
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result containing export presets
ObjResultOfActionSet[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of ActionSet |
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": [
{
"guid": "b1313741-37c2-478d-a33b-bf96c7cf2f67",
"name": "sample string 2",
"params": {
"resizing": {
"outputWidth": 1.1,
"outputHeight": 2.1,
"outputSizeInPercents": 3.1,
"resizeUnit": 0,
"subSampleOnly": true,
"dpi": 5
},
"watermark": {
"watermarkGuid": "cf3f6436-edab-4043-99f0-4450be9e6ce3",
"embedWatermark": {
"padding": "3, 5, 4, 2",
"data": "QEA=",
"scale": true,
"opacity": 64,
"position": 3
}
},
"converting": {
"outputFormatGuid": "e933cba8-6fca-44fc-90f1-1dce4eaad8f7",
"iccProfile": 2,
"jpeG_Quality": 3
},
"metadata": {
"embeddingMethod": 1,
"excludeTagSpecGuids": "sample string 2",
"includeSynonyms": true,
"flatterKeywords": true,
"getExcludeTagSpecHashes": {}
}
},
"format": "sample string 3",
"enabled": true,
"hasChanged": true,
"initialParamsHashCode": 6
},
{
"guid": "b1313741-37c2-478d-a33b-bf96c7cf2f67",
"name": "sample string 2",
"params": {
"resizing": {
"outputWidth": 1.1,
"outputHeight": 2.1,
"outputSizeInPercents": 3.1,
"resizeUnit": 0,
"subSampleOnly": true,
"dpi": 5
},
"watermark": {
"watermarkGuid": "cf3f6436-edab-4043-99f0-4450be9e6ce3",
"embedWatermark": {
"padding": "3, 5, 4, 2",
"data": "QEA=",
"scale": true,
"opacity": 64,
"position": 3
}
},
"converting": {
"outputFormatGuid": "e933cba8-6fca-44fc-90f1-1dce4eaad8f7",
"iccProfile": 2,
"jpeG_Quality": 3
},
"metadata": {
"embeddingMethod": 1,
"excludeTagSpecGuids": "sample string 2",
"includeSynonyms": true,
"flatterKeywords": true,
"getExcludeTagSpecHashes": {}
}
},
"format": "sample string 3",
"enabled": true,
"hasChanged": true,
"initialParamsHashCode": 6
}
],
"error": "sample string 1",
"success": true,
"errorCode": 3
}