GET api/Dados/Getpro_mail_atachements?_Credentials={_Credentials}&_External={_External}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| _Credentials | string |
Required |
|
| _External | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of cEntity_pro_mail_atachements| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| external_id | integer |
None. |
|
| file_folder | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"external_id": 2,
"file_folder": "sample string 3",
"_Action": "sample string 4",
"hasError": true,
"hasErrorMessage": "sample string 6",
"_SendCredentials": "sample string 7"
},
{
"id": 1,
"external_id": 2,
"file_folder": "sample string 3",
"_Action": "sample string 4",
"hasError": true,
"hasErrorMessage": "sample string 6",
"_SendCredentials": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfcTables.cEntity_pro_mail_atachements xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
<cTables.cEntity_pro_mail_atachements>
<_Action>sample string 4</_Action>
<_SendCredentials>sample string 7</_SendCredentials>
<external_id>2</external_id>
<file_folder>sample string 3</file_folder>
<hasError>true</hasError>
<hasErrorMessage>sample string 6</hasErrorMessage>
<id>1</id>
</cTables.cEntity_pro_mail_atachements>
<cTables.cEntity_pro_mail_atachements>
<_Action>sample string 4</_Action>
<_SendCredentials>sample string 7</_SendCredentials>
<external_id>2</external_id>
<file_folder>sample string 3</file_folder>
<hasError>true</hasError>
<hasErrorMessage>sample string 6</hasErrorMessage>
<id>1</id>
</cTables.cEntity_pro_mail_atachements>
</ArrayOfcTables.cEntity_pro_mail_atachements>