GET v1/File/ToCopies
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SrcTgtViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SrcGuid | globally unique identifier |
None. |
|
| SrcName | string |
None. |
|
| TgtGuid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SrcGuid": "f91dc5d7-a562-493e-8197-9fa17a852709",
"SrcName": "sample string 2",
"TgtGuid": "9a48e080-be32-4e34-b2c0-efe1485792d9"
},
{
"SrcGuid": "f91dc5d7-a562-493e-8197-9fa17a852709",
"SrcName": "sample string 2",
"TgtGuid": "9a48e080-be32-4e34-b2c0-efe1485792d9"
}
]
application/octet-stream
Sample:
[{"SrcGuid":"f91dc5d7-a562-493e-8197-9fa17a852709","SrcName":"sample string 2","TgtGuid":"9a48e080-be32-4e34-b2c0-efe1485792d9"},{"SrcGuid":"f91dc5d7-a562-493e-8197-9fa17a852709","SrcName":"sample string 2","TgtGuid":"9a48e080-be32-4e34-b2c0-efe1485792d9"}]
application/xml, text/xml
Sample:
<ArrayOfSrcTgtViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Small">
<SrcTgtViewModel>
<SrcGuid>f91dc5d7-a562-493e-8197-9fa17a852709</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>9a48e080-be32-4e34-b2c0-efe1485792d9</TgtGuid>
</SrcTgtViewModel>
<SrcTgtViewModel>
<SrcGuid>f91dc5d7-a562-493e-8197-9fa17a852709</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>9a48e080-be32-4e34-b2c0-efe1485792d9</TgtGuid>
</SrcTgtViewModel>
</ArrayOfSrcTgtViewModel>