Returns an array of files on the Agent Procedures > Get File page
GET /assetmgmt/getfiles/{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"
}