Filedata
Use the FileData web service to query or locate one or more files based on file metadata, such as the name, type, storage path, size, or modification date.
URI
http://<hostname>/ws/FileData
Formats
HTTP method | Format | Description |
---|---|---|
GET | /ws/FileData | Get a paged list of file metadata for all of your files. |
PUT | /ws/FileData// | Upload or change a file or folder in your account. |
DELETE | /ws/FileData// | Delete a file or folder from your account. |
Elements
fdPath
Specifies the hierarchical path to the file. Use the tilde character (~) to indicate your home directory.
fdName
Specifies the name of the file.
cstId
Remote Manager identifier for the customer.
fdCreatedDate
Specifies the date the file was first uploaded to Remote Manager (ISO 8601 standard format).
fdLastModifiedDate
Specifies the date the file was last modified (ISO 8601 standard format).
fdContentType
Specifies the type of data stored in the file.
fdSize
Specifies the size of the file in bytes.
fdType
Specifies the file type: file or directory.
The default is file.
[fdData]
Includes the Base64-encoded content of the file. A tool to encode and decode Base64 data is available here: http://ostermiller.org/calc/encode.html.