Getting Word Document Information for Parent with Files
This method returns the list of word documents of type files, based on parent id passed in parameter.
API |
Signature |
---|---|
getWordDocumentInfosForParentWithFiles |
|
Parameters |
||
---|---|---|
Name |
Type |
Description |
parentId |
|
The id of the parent agreement. |
Response |
||
---|---|---|
Name |
Type |
Description |
List |
|
Returns the list of content document link. |
Code Sample
ID agreementId = 'a0Y61000002K6IR'; List<ContentDocumentLink>
lstContentDocumentLink =
Apttus.AuthorWebService.getWordDocumentInfosForParentWithFiles(agreementId);
Integration Details
Use the following information in your integrations with Apttus Contract Management Web Services API. For information on how to get started, refer to Integrating Conga CLM with External Systems.
API Prerequisites
None.
Request/Response XML
Example Request
Example Response