Logo
MicroStrategy REST API API Documentation

Attributes

Number of APIs: 7


1. Create a new attribute

POST {{baseUrl}}/api/model/attributes



2. Read an attribute

GET {{baseUrl}}/api/model/attributes/:attributeId



3. Update an attribute

PATCH {{baseUrl}}/api/model/attributes/:attributeId



4. Get the list of applicable properties for a given attribute.

GET {{baseUrl}}/api/model/attributes/:attributeId/applicableAdvancedProperties



5. Get list of smart attributes.

GET {{baseUrl}}/api/model/attributes/:attributeId/smartAttributes



6. Modify existing smart attributes or create new if objectId is omitted.

PUT {{baseUrl}}/api/model/attributes/:attributeId/smartAttributes



7. Get list of smart attributes templates.

GET {{baseUrl}}/api/model/attributes/:attributeId/smartAttributes/templates



ENDPOINTS