Query document lock for user

get/locks/documents

Determines whether the user has a lock on a document.

Request Samples

1

Response Samples

1true

Query Parameters

NameTypeRequiredDescription
id
string
true

The ID of the document.

type
string
true

The entity type name of the document.

Responses

StatusMeaningDescription
200OK

The request succeeded. The response is a Boolean value that indicates whether the user has a lock on the document.

Schema
404Not Found

The document was not found.

Schema