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 AppDocumentsAccessName | 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": "1dcab8cf-7ca6-4937-904a-b9cb85902319", "AccountId": "7e1e9bec-599b-4274-a06d-dd31a5ee07f1", "AccountCode": "sample string 3", "AllowReceivedDocuments": true, "AllowSentDocuments": true }, { "ApplicationId": "1dcab8cf-7ca6-4937-904a-b9cb85902319", "AccountId": "7e1e9bec-599b-4274-a06d-dd31a5ee07f1", "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>7e1e9bec-599b-4274-a06d-dd31a5ee07f1</_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>1dcab8cf-7ca6-4937-904a-b9cb85902319</_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>7e1e9bec-599b-4274-a06d-dd31a5ee07f1</_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>1dcab8cf-7ca6-4937-904a-b9cb85902319</_x003C_ApplicationId_x003E_k__BackingField> </AppDocumentsAccess> </ArrayOfAppDocumentsAccess>