GET api/arciveApi/gettmppict?doc={doc}&imageid={imageid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| doc | integer |
Required |
|
| imageid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
retImage| Name | Description | Type | Additional information |
|---|---|---|---|
| state | integer |
None. |
|
| filetype | integer |
None. |
|
| fileext | string |
None. |
|
| imagedata | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"state": 1,
"filetype": 2,
"fileext": "sample string 3",
"imagedata": "QEA="
}
application/xml, text/xml
Sample:
<retImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/avapi"> <fileext>sample string 3</fileext> <filetype>2</filetype> <imagedata>QEA=</imagedata> <state>1</state> </retImage>