List folder locks
GET https://{{api.box.com}}/2.0/folder_locks?folder_id=12345
Retrieves folder lock details for a given folder.
https://developer.box.com/reference/get-folder-locks
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
folder_id | number | The unique identifier that represent a folder. |
The ID for any folder can be determined
by visiting this folder in the web application
and copying the ID from the URL. For example,
for the URL https://*.app.box.com/folder/123
the folder_id
is 123
.
The root folder of a Box account is
always represented by the ID 0
. |
RESPONSES
status: OK
{"entries":[{"folder":{"id":"12345","etag":"1","type":"folder","sequence_id":"3","name":"Contracts"},"id":"12345678","type":"folder_lock","created_by":{"id":"11446498","type":"user"},"created_at":"2020-09-14T23:12:53Z","locked_operations":{"move":true,"delete":true},"lock_type":"freeze"}],"limit":"1000","next_marker":"JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii"}