Is Project locked
get
/project/isProjectLocked
Checks whether or not a project is locked.
Request
Query Parameters
-
IncludeCurrentSession(required): string
Boolean value to include current sessionExample:
false
-
ObjectId(required): string
The unique identifier of the project to be evaluated.Example:
12345
Header Parameters
-
Authorization: string
OAuth token
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
OK
Root Schema : schema
Type:
boolean
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.