GetAttachedDocumentList - accountsIQ/API-Wiki GitHub Wiki
The GetAttachedDocumentList function loads documents attached to the linked master type and master ID provided.
public WSResult2<WSDocumentHeader[]> GetAttachedDocumentList(String token, WSMasterTypeEnum masterType, String masterID)| Parameter | Type | Description |
|---|---|---|
| token | String | The session token retrieved during authentication. |
| masterType | WSMasterTypeEnum | The master type that will searched for |
| masterID | String | The ID of the master type |