Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
InputGetDocumentsByProjectInputMandatoryGetDocumentsByProject input model
applicationNamestringMandatoryThird party application identifier, identifying the client consuming the web service – (Length of the ApplicationName should be less than or equal to 10)

...