Logo
MicroStrategy REST API API Documentation

Modeling-Common object management-Manage the Schema-Lock and Unlock the Schema

Number of APIs: 5


1. Logout

POST {{baseUrl}}/api/auth/logout



2. Login

POST {{baseUrl}}/api/auth/login



3. Read lock status of the schema

GET {{baseUrl}}/api/model/schema/lock



4. Lock the schema

POST {{baseUrl}}/api/model/schema/lock



5. Unlock the schema

DELETE {{baseUrl}}/api/model/schema/lock?lockType=absolute_constituent



ENDPOINTS