Next Topic

Previous Topic

Book Contents

Move Document

Moves a document from one folder to another folder on the Audit > Documents page.

PUT /assetmgmt/documents/{agentId}/file/Move/{source}/{destination}

Headers

Model Schemas

Field

Datatype

Filterable

Sortable

Name

string

Size

long

LastUploadTime

DateTime

ParentPath

string

 

 

isFile

boolean

Sample Response Model

    {
      "Name": "string",
      "Size": 0,
      "LastUploadTime": "2016-10-26T16:15:14.330Z",
      "ParentPath": "string",
      "isFile": true,
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}