v4
latestSwagger 2.02026-08-0343714211.7 MBfolders
Files
Create Folder
Create Folder
post/folders/{path}
Path parameters
pathstring required
Path to operate on.
Response
The Folders object.
Example response
{
"path": "path/file.txt",
"created_by_id": 1,
"created_by_api_key_id": 1,
"created_by_as2_incoming_message_id": 1,
"created_by_automation_id": 1,
"created_by_bundle_registration_id": 1,
"created_by_inbox_id": 1,
"created_by_remote_server_id": 1,
"created_by_sync_id": 1,
"custom_metadata": {
"key": "value"
},
"display_name": "file.txt",
"type": "file",
"size": 1024,
"created_at": "2000-01-01T01:00:00Z",
"last_modified_by_id": 1,
"last_modified_by_api_key_id": 1,
"last_modified_by_automation_id": 1,
"last_modified_by_bundle_registration_id": 1,
"last_modified_by_remote_server_id": 1,
"last_modified_by_sync_id": 1,
"mtime": "2000-01-01T01:00:00Z",
"provided_mtime": "2000-01-01T01:00:00Z",
"crc32": "70976923",
"md5": "17c54824e9931a4688ca032d03f6663c",
"sha1": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
"sha256": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08",
"mime_type": "application/octet-stream",
"region": "us-east-1",
"permissions": "rwd",
"subfolders_locked?": true,
"is_locked": true,
"download_uri": "https://mysite.files.com/...",
"direct_connection_info": {
"version": 1,
"server_name": "example",
"addresses": [
"example"
],
"direct_uri": "example",
"ca_pem": "example"
},
"priority_color": "red",
"preview_id": 1,
"preview": {
"id": 1,
"status": "complete",
"download_uri": "https://mysite.files.com/...",
"type": "image",
"size": "large"
}
}