Skip to content

Commit 25be837

Browse files
author
zhe
committed
Update
1 parent 75c9532 commit 25be837

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

docs/embedding-context/embedding-context.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,14 @@ This API could be used to navigate to an arbitrary page on the OOTB Library.
108108

109109
#### Input Parameters
110110

111-
| Parameter Name | Data Type | Description | Is Required |
112-
| ---------------------- | --------- | ----------------------------------------------- | ----------- |
113-
| pageInfo.applicationId | string | The application ID, which must be a GUID. | false |
114-
| pageInfo.projectId | string | The project ID, which must be a GUID. | false |
115-
| pageInfo.objectId | string | The object ID, which must be a valid object id. | false |
116-
| pageInfo.pageKey | string | The page key. | false |
117-
| pageInfo.isAuthoring | boolean | Go to the authoring page or not. | false |
111+
| Parameter Name | Data Type | Description | Is Required |
112+
| ---------------------- | --------- | ------------------------------------------------------------ | ----------- |
113+
| pageInfo.applicationId | string | The application ID, which must be a GUID. | false |
114+
| pageInfo.projectId | string | The project ID, which must be a GUID. | false |
115+
| pageInfo.objectId | string | The object ID, which must be a valid object id. | false |
116+
| pageInfo.pageKey | string | The page key. | false |
117+
| pageInfo.isAuthoring | boolean | Go to the authoring page or not. | false |
118+
| pageInfo.instanceId | string | The instance id, which must be a valid dashboard instanceId. | false |
118119

119120
The API call like `embeddingContext.goToPage()` will navigate to the homepage.
120121

@@ -142,6 +143,7 @@ try {
142143
objectId: "EC70648611E7A2F962E90080EFD58751",
143144
pageKey: "W69",
144145
isAuthoring: false,
146+
instanceId: "A3B45ED63F49EE11FE53CA946299FC7C",
145147
});
146148
} catch (err) {
147149
// The other error handling logic here
@@ -160,4 +162,4 @@ The case "the input parameter fails input validation" contains:
160162

161163
- The field value's data type isn't right
162164
- `objectId` and `projectId` don't exist at the same time
163-
- `pageKey`, `isAuthoring` appears when `objectId` and `projectId` don't exist
165+
- `pageKey`, `isAuthoring`, `instanceId` appears when `objectId` and `projectId` don't exist

docs/whats-new-in-the-embedding-sdk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ description: In each release, changes are made to make the MicroStrategy SDK mor
55

66
In each release, changes are made to make the MicroStrategy SDK more powerful and easier to use.
77

8+
## Strategy ONE August 2025
9+
10+
- [Support Dashboard Instance Id in goToPage()](./embedding-context/#gotopagepageinfo)
11+
- Support to input the dashboard instance id in the API `EmbeddingContext.goToPage()` in iframe Embedding SDK.
12+
813
## Strategy ONE July 2025
914

1015
- [Get the dashboard instance ID](./native-embedding-architecture/dossier-info-api#get-dashboard-instance-id)

0 commit comments

Comments
 (0)