Next Topic

Previous Topic

Book Contents

Get Documents

Returns an array of documents from the Audit > Documents page.

GET /assetmgmt/documents/{agentId}/folder/{path}

Headers

Model Schema

Field

Datatype

Filterable

Sortable

Name

string

Size

long

LastUploadTime

datetime

ParentPath

string

 

IsFile

boolean

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"
}