Description
This method returns a list of documents for a given plant in a company. The document list will contain all the documents for the Plant ID. The client also has option to provide the filtering criteria (not implemented yet) and choose whether to include sub folders in the results.
Request
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
PlantId | long | Mandatory | Plant id |
includeSubFolders | bool | Mandatory | indicates whether to include documents of child folders of the queried plant as well |
Notes:
- The provided plant ID should be belong to the same company as the user.
Response
Property | Type | Description |
---|---|---|
Documents | List<Document> | List of documents for the given plant id |
Exceptions
Error Code | Description |
---|---|
111 | PlantId does not exist for your company. |
130 | Input plant ID is either zero or negative. Please enter a positive value for the id |
132 | PlantId does not exist |
Add Comment