You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**createdTime**|**Long**| Entity creation timestamp in milliseconds since Unix epoch |[optional][readonly]|
12
-
|**additionalInfo**|**com.fasterxml.jackson.databind.JsonNode**| Additional info of OAuth2 client (e.g. providerName)||
12
+
|**additionalInfo**|**com.fasterxml.jackson.databind.JsonNode**| Additional info of OAuth2 client. Must include: 'providerName' (string, name of the OAuth2 provider).||
13
13
|**tenantId**|**TenantId**| JSON object with Tenant Id |[optional]|
14
14
|**title**|**String**| Oauth2 client title ||
15
15
|**mapperConfig**|**OAuth2MapperConfig**| Config for mapping OAuth2 log in response to platform entities ||
Copy file name to clipboardExpand all lines: ce/docs/RuleChainMetaData.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ A JSON value representing the rule chain metadata.
15
15
|**nodes**|**List\<RuleNode\>**| List of rule node JSON objects ||
16
16
|**connections**|**List\<NodeConnectionInfo\>**| List of JSON objects that represent connections between rule nodes ||
17
17
|**ruleChainConnections**|**List\<RuleChainConnectionInfo\>**| List of JSON objects that represent connections between rule nodes and other rule chains. ||
18
-
|**notes**|**List\<RuleChainNote\>**| List of sticky notes placed on the rule chain canvas |[optional]|
19
18
20
19
21
20
@@ -55,21 +54,6 @@ A JSON value representing the rule chain metadata.
55
54
| additionalInfo | com.fasterxml.jackson.databind.JsonNode | JSON object with the additional information about the connection. ||
56
55
| type | String | Type of the relation. Typically indicated the result of processing by the 'from' rule node. For example, 'Success' or 'Failure' ||
57
56
58
-
#### RuleChainNote
59
-
| Name | Type | Description | Notes |
60
-
|------|------|-------------|-------|
61
-
| id | String | Unique identifier of the note on the canvas |[optional]|
62
-
| x | Integer | Horizontal position of the note on the canvas, in pixels |[optional]|
63
-
| y | Integer | Vertical position of the note on the canvas, in pixels |[optional]|
64
-
| width | Integer | Width of the note, in pixels |[optional]|
65
-
| height | Integer | Height of the note, in pixels |[optional]|
66
-
| content | String | Markdown or HTML content of the note |[optional]|
67
-
| backgroundColor | String | Background color of the note in CSS hex format, e.g. '#FFF9C4' |[optional]|
68
-
| borderColor | String | Border color of the note in CSS hex format, e.g. '#E6C800' |[optional]|
69
-
| borderWidth | Integer | Border width of the note in pixels |[optional]|
70
-
| applyDefaultMarkdownStyle | Boolean | Whether to apply the default markdown stylesheet to the note content |[optional]|
71
-
| markdownCss | String | Custom CSS styles applied to the note content |[optional]|
@@ -228,6 +228,23 @@ Fetch the User settings based on authorized user.
228
228
**com.fasterxml.jackson.databind.JsonNode**
229
229
230
230
231
+
## getLastVisitedDashboards
232
+
233
+
```
234
+
UserDashboardsInfo getLastVisitedDashboards()
235
+
```
236
+
237
+
**GET**`/api/user/lastVisitedDashboards`
238
+
239
+
Get information about last visited and starred dashboards (getLastVisitedDashboards)
240
+
241
+
Fetch the list of last visited and starred dashboards. Both lists are limited to 10 items. Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.
242
+
243
+
### Return type
244
+
245
+
**UserDashboardsInfo**
246
+
247
+
231
248
## getMobileSession
232
249
233
250
```
@@ -303,23 +320,6 @@ Fetch the User object based on the provided User Id. If the user has the authori
303
320
**User**
304
321
305
322
306
-
## getUserDashboardsInfo
307
-
308
-
```
309
-
UserDashboardsInfo getUserDashboardsInfo()
310
-
```
311
-
312
-
**GET**`/api/user/dashboards`
313
-
314
-
Get information about last visited and starred dashboards (getUserDashboardsInfo)
315
-
316
-
Fetch the list of last visited and starred dashboards. Both lists are limited to 10 items. Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.
0 commit comments