GET api/App/GetAccountsAcceptedExternalDocumentAccess
Get accounts that allowed the specified gadget external access to documents.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of AppDocumentsAccess.
Collection of AppDocumentsAccess| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationId | globally unique identifier |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| AccountCode | string |
None. |
|
| AllowReceivedDocuments | boolean |
None. |
|
| AllowSentDocuments | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ApplicationId": "1efe1e7d-4e71-4d85-b3b3-29010d5b6871",
"AccountId": "daabbcdf-b741-4970-a48d-0662c856f871",
"AccountCode": "sample string 3",
"AllowReceivedDocuments": true,
"AllowSentDocuments": true
},
{
"ApplicationId": "1efe1e7d-4e71-4d85-b3b3-29010d5b6871",
"AccountId": "daabbcdf-b741-4970-a48d-0662c856f871",
"AccountCode": "sample string 3",
"AllowReceivedDocuments": true,
"AllowSentDocuments": true
}
]
application/xml, text/xml
Sample:
<ArrayOfAppDocumentsAccess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gosocket.SDK.Domain">
<AppDocumentsAccess>
<_x003C_AccountCode_x003E_k__BackingField>sample string 3</_x003C_AccountCode_x003E_k__BackingField>
<_x003C_AccountId_x003E_k__BackingField>daabbcdf-b741-4970-a48d-0662c856f871</_x003C_AccountId_x003E_k__BackingField>
<_x003C_AllowReceivedDocuments_x003E_k__BackingField>true</_x003C_AllowReceivedDocuments_x003E_k__BackingField>
<_x003C_AllowSentDocuments_x003E_k__BackingField>true</_x003C_AllowSentDocuments_x003E_k__BackingField>
<_x003C_ApplicationId_x003E_k__BackingField>1efe1e7d-4e71-4d85-b3b3-29010d5b6871</_x003C_ApplicationId_x003E_k__BackingField>
</AppDocumentsAccess>
<AppDocumentsAccess>
<_x003C_AccountCode_x003E_k__BackingField>sample string 3</_x003C_AccountCode_x003E_k__BackingField>
<_x003C_AccountId_x003E_k__BackingField>daabbcdf-b741-4970-a48d-0662c856f871</_x003C_AccountId_x003E_k__BackingField>
<_x003C_AllowReceivedDocuments_x003E_k__BackingField>true</_x003C_AllowReceivedDocuments_x003E_k__BackingField>
<_x003C_AllowSentDocuments_x003E_k__BackingField>true</_x003C_AllowSentDocuments_x003E_k__BackingField>
<_x003C_ApplicationId_x003E_k__BackingField>1efe1e7d-4e71-4d85-b3b3-29010d5b6871</_x003C_ApplicationId_x003E_k__BackingField>
</AppDocumentsAccess>
</ArrayOfAppDocumentsAccess>