Logo
MicroStrategy REST API API Documentation

Object Management

Number of APIs: 9


1. Get translations for a specific object

GET {{baseUrl}}/api/objects/:type/:id/translations



2. Update translations for a specific object

PATCH {{baseUrl}}/api/objects/:type/:id/translations



3. Get info for a specific object

GET {{baseUrl}}/api/objects/:id?type=8



4. Update info for a specific object

PUT {{baseUrl}}/api/objects/:id?type=8



5. Delete a specific object

DELETE {{baseUrl}}/api/objects/:id?type=8



6. Create a copy of a specific object

POST {{baseUrl}}/api/objects/:id/copy?type=8



7. Get recommendations for a specific object

GET {{baseUrl}}/api/objects/:id/recommendations



8. Create a shortcut object

POST {{baseUrl}}/api/objects/:id/type/:type/shortcuts



9. Certify or de-certify a specific object

PUT {{baseUrl}}/api/objects/:id/certify?type=55&certify=true



ENDPOINTS