Returns an array of documents from the Audit > Documents page.
GET /assetmgmt/documents/{agentId}/folder/{path}
Headers
Model Schema
| Field | Datatype | Filterable | Sortable | 
| 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
Sample Response Model
{
"TotalRecords": 0,
"Result": [
    {
"Name": "string",
"Size": 0,
"LastUploadTime": "2016-03-14T22:19:31.873Z",
"ParentPath": "string",
"isFile": true,
      "Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}