GET api/Download/GetEmbedLinksById/{id}
Getting the existing embed links
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Media Item ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Result containing a list of embed links
ObjResultOfEmbedLink[]Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of EmbedLink |
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": [ { "url": "sample string 1", "relativePath": "sample string 2", "exportPreset": { "guid": "003198dd-67e2-4aca-9471-598456fa4249", "name": "sample string 2", "params": { "resizing": { "outputWidth": 1.1, "outputHeight": 2.1, "outputSizeInPercents": 3.1, "resizeUnit": 0, "subSampleOnly": true, "dpi": 5 }, "watermark": { "watermarkGuid": "c3b83a19-b930-480d-8190-9e13073e4091", "embedWatermark": { "padding": "3, 5, 4, 2", "data": "QEA=", "scale": true, "opacity": 64, "position": 3 } }, "converting": { "outputFormatGuid": "e7f536ad-7650-4171-9e02-23ff78010bc1", "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 }, "watermark": { "padding": "3, 5, 4, 2", "data": "QEA=", "scale": true, "opacity": 64, "position": 3 }, "fileHash": 3 }, { "url": "sample string 1", "relativePath": "sample string 2", "exportPreset": { "guid": "003198dd-67e2-4aca-9471-598456fa4249", "name": "sample string 2", "params": { "resizing": { "outputWidth": 1.1, "outputHeight": 2.1, "outputSizeInPercents": 3.1, "resizeUnit": 0, "subSampleOnly": true, "dpi": 5 }, "watermark": { "watermarkGuid": "c3b83a19-b930-480d-8190-9e13073e4091", "embedWatermark": { "padding": "3, 5, 4, 2", "data": "QEA=", "scale": true, "opacity": 64, "position": 3 } }, "converting": { "outputFormatGuid": "e7f536ad-7650-4171-9e02-23ff78010bc1", "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 }, "watermark": { "padding": "3, 5, 4, 2", "data": "QEA=", "scale": true, "opacity": 64, "position": 3 }, "fileHash": 3 } ], "error": "sample string 1", "success": true, "errorCode": 3 }