Parameters
| Name | In | Type | Required | Description | 
|---|---|---|---|---|
| body | body | FileLocationParams | false | none | 
Example responses
200 Response
[
  {
    "id": "string",
    "name": "string",
    "path": "string",
    "lock": {
      "ownerId": "string",
      "timeToLive": 0,
      "ownerName": "string",
      "ownerAvatarUrl": "string"
    }
  }
]