...
- This web method is an upgraded version of GetDocumentsByProject web method with more meta data. It is advised to use this web method as the previous is deprecated.
- A single Input parameter (GetDocumentsByProjectInput) is introduced in this web method in order to enclose all the existing input parameters of the old web method except for the Application name in a single place.
- Addition of the new field in the output will be available after the next production release only
Request
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
input | GetDocumentsByProjectInput | Mandatory | GetDocumentsByProject input model |
applicationName | string | Mandatory | Third party application identifier, identifying the client consuming the web service – (Length of the ApplicationName should be less than or equal to 10) |
...