...
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
PlantIdplantId | long | MandatoryPlant id | Id of the plant |
includeSubFolders | bool | Mandatory | indicates whether to include documents of child folders of the queried plant as well |
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) |
Notes:
- The provided plant ID should be belong to the same company as the user.
Response
...
Type | Description | Documents|
---|---|---|
List<Document> | List of documents for the given plant id |
...