Skip to main content

File collaboration info

note

[Since 2017.03]

Check if file is opened on DU.

POST /api/v1/files/{fileId}/isOpened HTTP/1.1
  1. Path parameters
ParameterDescription
fileIdId of a file
  1. Example request
curl 'http://localhost:8080/api/v1/files/notopened/isOpened' -i -X GET \
-H 'X-co-auth-token: 105bae1c7114555008fd27d53306f1a8'
  1. Example response
HTTP/1.1 200 OK
X-co-request-id: 575349334739746c6a4148734b335847
Content-Type: application/json
Content-Length: 5
false