Logo
MicroStrategy REST API API Documentation

Tables

Number of APIs: 6


1. Get a list describing all available (logical) tables

GET {{baseUrl}}/api/model/tables



2. Create a logical table

POST {{baseUrl}}/api/model/tables



3. Read a logical table

GET {{baseUrl}}/api/model/tables/:tableId



4. Update a logical table

PATCH {{baseUrl}}/api/model/tables/:tableId



5. Read the prompt of the table

GET {{baseUrl}}/api/model/tables/:tableId/prompts/:promptId



6. Update the prompt of the table

PUT {{baseUrl}}/api/model/tables/:tableId/prompts/:promptId



ENDPOINTS