GetAttachedDocumentList - accountsIQ/API-Wiki GitHub Wiki

The GetAttachedDocumentList function loads documents attached to the linked master type and master ID provided.

Declaration

C#

public WSResult2<WSDocumentHeader[]> GetAttachedDocumentList(String token, WSMasterTypeEnum masterType, String masterID)

Parameter List

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

See Also

⚠️ **GitHub.com Fallback** ⚠️