...
This web method returns a list of documents added to a project. Any of the users belonging to a company which is associated with the project can access all the project documents.
Note:
- This web method is an upgraded version of GetDocumentsByProject web method with more meta data.
- 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.
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) |
...