Versions Compared

Key

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

...

  • 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
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)

...