Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [FileDataWithLockInfo] | false | none | |
| » id | string | false | none | The file id |
| » name | string | false | none | The file name |
| » path | string | false | none | The file path |
| » lock | LockData | false | none | Information about a file lock. |
| »» ownerId | string | false | none | The ID of the owner of the lock. |
| »» timeToLive | integer(int64) | false | none | The time in milliseconds after which the lock expires. |
| »» ownerName | string | false | none | The name of the owner of the lock. |
| »» ownerAvatarUrl | string | false | none | The URL of the lock owner's avatar. |