Next Topic

Previous Topic

Book Contents

Get Custom Extension Folders and Files

Returns an array of the files and folders in a folder of an agent's custom extension repository. For example, apps/exe/utilities. Use / to show the files and folders starting with the top level.

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

Headers

Model Schemas

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-10-26T16:15:14.330Z",
      "ParentPath": "string",
      "isFile": true,
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}