Logo
MicroStrategy REST API API Documentation

Modeling-Manage Attribute Relationships-Retrieve an Attribute's Relationships within a Changeset

Number of APIs: 6


1. Read an attribute's relationships

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



2. Logout

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



3. Login

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



4. Get quick search results in a list format

GET {{baseUrl}}/api/searches/results?name=Month&pattern=2&type=12&limit=100



5. Create a changeset

POST {{baseUrl}}/api/model/changesets



6. Delete the changeset

DELETE {{baseUrl}}/api/model/changesets/:changesetId



ENDPOINTS