POST api/Zoho/retrieve_attachment_aggregates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of vw_attachment_aggregate| Name | Description | Type | Additional information |
|---|---|---|---|
| Attachment_Id | string |
None. |
|
| File_Name | string |
None. |
|
| Parent_Id | string |
None. |
|
| ZohoContactID | string |
None. |
|
| Dynamics_trick_path | string |
None. |
|
| Dynamics_real_storage_path | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Attachment_Id": "sample string 1",
"File_Name": "sample string 2",
"Parent_Id": "sample string 3",
"ZohoContactID": "sample string 4",
"Dynamics_trick_path": "sample string 5",
"Dynamics_real_storage_path": "sample string 6"
},
{
"Attachment_Id": "sample string 1",
"File_Name": "sample string 2",
"Parent_Id": "sample string 3",
"ZohoContactID": "sample string 4",
"Dynamics_trick_path": "sample string 5",
"Dynamics_real_storage_path": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfvw_attachment_aggregate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Totara.WEBAPI">
<vw_attachment_aggregate>
<Attachment_Id>sample string 1</Attachment_Id>
<Dynamics_real_storage_path>sample string 6</Dynamics_real_storage_path>
<Dynamics_trick_path>sample string 5</Dynamics_trick_path>
<File_Name>sample string 2</File_Name>
<Parent_Id>sample string 3</Parent_Id>
<ZohoContactID>sample string 4</ZohoContactID>
</vw_attachment_aggregate>
<vw_attachment_aggregate>
<Attachment_Id>sample string 1</Attachment_Id>
<Dynamics_real_storage_path>sample string 6</Dynamics_real_storage_path>
<Dynamics_trick_path>sample string 5</Dynamics_trick_path>
<File_Name>sample string 2</File_Name>
<Parent_Id>sample string 3</Parent_Id>
<ZohoContactID>sample string 4</ZohoContactID>
</vw_attachment_aggregate>
</ArrayOfvw_attachment_aggregate>