Query document lock for user

get/locks/documents
Internal-Use Only

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
200OKThe request succeeded. The response is a Boolean value that indicates whether the user has a lock on the document. Schema
404Not FoundThe document was not found.Schema