GET Api/ViewerV2/GetClippedImageNameBeforeProcess?collectioncode={collectioncode}&FileName={FileName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
collectioncode | integer |
Required |
|
FileName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ClipImageNameModelName | Description | Type | Additional information |
---|---|---|---|
ClippedFileName | string |
None. |
|
DownloadFileName | string |
None. |
|
GuidClipName | string |
None. |
|
ColoredImageName | string |
None. |
|
FinalImageName | string |
None. |
|
ImagePath | string |
None. |
|
CroppedImagePath | string |
None. |
|
ColoredImagePath | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ClippedFileName": "sample string 1", "DownloadFileName": "sample string 2", "GuidClipName": "sample string 3", "ColoredImageName": "sample string 4", "FinalImageName": "sample string 5", "ImagePath": "sample string 6", "CroppedImagePath": "sample string 7", "ColoredImagePath": "sample string 8" }
application/xml, text/xml
Sample:
<ClipImageNameModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRUDAPI.Models"> <ClippedFileName>sample string 1</ClippedFileName> <ColoredImageName>sample string 4</ColoredImageName> <ColoredImagePath>sample string 8</ColoredImagePath> <CroppedImagePath>sample string 7</CroppedImagePath> <DownloadFileName>sample string 2</DownloadFileName> <FinalImageName>sample string 5</FinalImageName> <GuidClipName>sample string 3</GuidClipName> <ImagePath>sample string 6</ImagePath> </ClipImageNameModel>