Logo
MicroStrategy REST API API Documentation

Get all application objects

GET {{baseUrl}}/api/v2/applications

Get all application objects which contain id, name, homeScreenSettings, etc.

 

Body PARAM

Key Datatype Required Description 
fields
null Comma-separated, top-level field whitelist that allows the client to selectively retrieve part of the response model. If specified, extra filtering is applied, and for top-level object (if root model is an array, each array element), only the listed fields are kept in the response. For example, "id,elements" keeps only the "id" field and whole "elements" array field, omitting all other fields in the top-level response model.



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token




RESPONSES

status OK

{ "applications": [ { "id": "48AC4D3D64CF49198EA24548580AF605", "projectId": "38A062302D4411D28E71006008960167", "name": "New Application", "type": 78, "dateCreated": "2022-01-26T15:16:13.614+0000", "dateModified": "2022-01-26T15:18:59.450+0000", "objectVersion": "406CAE42C0471E67C25105B84E157B3C", "ownerId": "7FC05A65473CE2FD845CE6A1D3F13233", "parentObjectId": "4B979645463C14EF5A32EF8A032C9AC1", "general": { "disableAdvancedSettings": false, "disablePreferences": false, "networkTimeout": 180, "cacheClearMode": 1, "clearCacheOnLogout": false, "maxLogSize": 500, "logLevel": 12, "updateInterval": 30 }, "homeScreen": { "mode": 1, "homeDocument": { "url": "app/B7CA92F04B9FAE8D941C3E9B7E0CD754/7889DA8011E93B9525050080EF55EFEA", "icons": [ "table_of_contents", "bookmarks", "reset", "filters", "comments", "share", "notifications", "options" ], "toolbarMode": 0, "toolbarEnabled": true }, "homeLibrary": { "contentBundleIds": [], "icons": [ "sidebars", "sort_and_filter", "search", "multi_select" ], "customizedItems": { "my_content": true, "subscriptions": true, "new_dossier": true, "edit_dossier": true, "add_library_server": true, "data_search": true, "hyper_intelligence": true, "font_size": true, "undo_and_redo": true }, "toolbarMode": 0, "sidebars": [ "a
Curl
curl -X GET 'baseUrl/api/v2/applications?fields=' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS