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": "39e3f9fc-2519-444a-8e4d-f0691a530fd6",
"SrcName": "sample string 2",
"TgtGuid": "14849546-7b9d-4ddb-b90f-54bdf682fe5e"
},
{
"SrcGuid": "39e3f9fc-2519-444a-8e4d-f0691a530fd6",
"SrcName": "sample string 2",
"TgtGuid": "14849546-7b9d-4ddb-b90f-54bdf682fe5e"
}
]
application/octet-stream
Sample:
[{"SrcGuid":"39e3f9fc-2519-444a-8e4d-f0691a530fd6","SrcName":"sample string 2","TgtGuid":"14849546-7b9d-4ddb-b90f-54bdf682fe5e"},{"SrcGuid":"39e3f9fc-2519-444a-8e4d-f0691a530fd6","SrcName":"sample string 2","TgtGuid":"14849546-7b9d-4ddb-b90f-54bdf682fe5e"}]
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>39e3f9fc-2519-444a-8e4d-f0691a530fd6</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>14849546-7b9d-4ddb-b90f-54bdf682fe5e</TgtGuid>
</SrcTgtViewModel>
<SrcTgtViewModel>
<SrcGuid>39e3f9fc-2519-444a-8e4d-f0691a530fd6</SrcGuid>
<SrcName>sample string 2</SrcName>
<TgtGuid>14849546-7b9d-4ddb-b90f-54bdf682fe5e</TgtGuid>
</SrcTgtViewModel>
</ArrayOfSrcTgtViewModel>