Get Get Files
Returns an array of files on the Agent Procedures > Get File page
GET /assetmgmt/getfiles/{agentId}/folder/{path}
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Authentication}
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"
}
