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": "8a556440-3e56-43a3-b49b-9406de2a5f47",
"SrcName": "sample string 2",
"TgtGuid": "b06eb1fb-7444-44a9-81b6-18b370a17430"
},
{
"SrcGuid": "8a556440-3e56-43a3-b49b-9406de2a5f47",
"SrcName": "sample string 2",
"TgtGuid": "b06eb1fb-7444-44a9-81b6-18b370a17430"
}
]
application/octet-stream
Sample:
[{"SrcGuid":"8a556440-3e56-43a3-b49b-9406de2a5f47","SrcName":"sample string 2","TgtGuid":"b06eb1fb-7444-44a9-81b6-18b370a17430"},{"SrcGuid":"8a556440-3e56-43a3-b49b-9406de2a5f47","SrcName":"sample string 2","TgtGuid":"b06eb1fb-7444-44a9-81b6-18b370a17430"}]
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>8a556440-3e56-43a3-b49b-9406de2a5f47</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>b06eb1fb-7444-44a9-81b6-18b370a17430</TgtGuid>
</SrcTgtViewModel>
<SrcTgtViewModel>
<SrcGuid>8a556440-3e56-43a3-b49b-9406de2a5f47</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>b06eb1fb-7444-44a9-81b6-18b370a17430</TgtGuid>
</SrcTgtViewModel>
</ArrayOfSrcTgtViewModel>