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
NameDescriptionTypeAdditional 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": "3d9d6c43-32f9-4129-a74c-32b28c99464b",
    "AccountId": "85c26630-60f6-45c0-a655-87529d729916",
    "AccountCode": "sample string 3",
    "AllowReceivedDocuments": true,
    "AllowSentDocuments": true
  },
  {
    "ApplicationId": "3d9d6c43-32f9-4129-a74c-32b28c99464b",
    "AccountId": "85c26630-60f6-45c0-a655-87529d729916",
    "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>85c26630-60f6-45c0-a655-87529d729916</_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>3d9d6c43-32f9-4129-a74c-32b28c99464b</_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>85c26630-60f6-45c0-a655-87529d729916</_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>3d9d6c43-32f9-4129-a74c-32b28c99464b</_x003C_ApplicationId_x003E_k__BackingField>
  </AppDocumentsAccess>
</ArrayOfAppDocumentsAccess>