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
This is mainly to establish a baseline before upgrading the generator:
this way the changes there will be upgrade related only, not also to
the changes on the backend since the last time the client was generated.
JIRA: CQ-1614
risk: low
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
filter="filter=workspaceId==someString;title==someString;notificationChannel.id==321;analyticalDashboard.id==321"# str | Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123'). (optional)
35
+
filter="filter=title==someString;description==someString;workspace.id==321;notificationChannel.id==321"# str | Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123'). (optional)
] # [str] | Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together. (optional)
39
39
page =0# int | Zero-based page index (0..N) (optional) if omitted the server will use the default value of 0
40
40
size =20# int | The size of the page to be returned (optional) if omitted the server will use the default value of 20
[**unpause_workspace_automations**](AutomationsApi.md#unpause_workspace_automations) | **POST** /api/v1/actions/workspaces/{workspaceId}/automations/unpause | Unpause selected automations in the workspace
23
23
[**unsubscribe_all_automations**](AutomationsApi.md#unsubscribe_all_automations) | **DELETE** /api/v1/actions/organization/automations/unsubscribe | Unsubscribe from all automations in all workspaces
24
24
[**unsubscribe_automation**](AutomationsApi.md#unsubscribe_automation) | **DELETE** /api/v1/actions/workspaces/{workspaceId}/automations/{automationId}/unsubscribe | Unsubscribe from an automation
25
+
[**unsubscribe_organization_automations**](AutomationsApi.md#unsubscribe_organization_automations) | **POST** /api/v1/actions/organization/automations/unsubscribe | Unsubscribe from selected automations across all workspaces
25
26
[**unsubscribe_selected_workspace_automations**](AutomationsApi.md#unsubscribe_selected_workspace_automations) | **POST** /api/v1/actions/workspaces/{workspaceId}/automations/unsubscribe | Unsubscribe from selected automations in the workspace
26
27
[**unsubscribe_workspace_automations**](AutomationsApi.md#unsubscribe_workspace_automations) | **DELETE** /api/v1/actions/workspaces/{workspaceId}/automations/unsubscribe | Unsubscribe from all automations in the workspace
27
28
[**update_entity_automations**](AutomationsApi.md#update_entity_automations) | **PUT** /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} | Put an Automation
@@ -103,6 +104,8 @@ with gooddata_api_client.ApiClient() as api_client:
103
104
settings=DashboardExportSettings(
104
105
export_info=True,
105
106
merge_headers=True,
107
+
page_orientation="PORTRAIT",
108
+
page_size="A4",
106
109
),
107
110
widget_ids=[
108
111
"widget_ids_example",
@@ -112,6 +115,7 @@ with gooddata_api_client.ApiClient() as api_client:
filter="filter=workspaceId==someString;title==someString;notificationChannel.id==321;analyticalDashboard.id==321"# str | Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123'). (optional)
615
+
filter="filter=title==someString;description==someString;workspace.id==321;notificationChannel.id==321"# str | Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123'). (optional)
] # [str] | Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together. (optional)
616
619
page =0# int | Zero-based page index (0..N) (optional) if omitted the server will use the default value of 0
617
620
size =20# int | The size of the page to be returned (optional) if omitted the server will use the default value of 20
@@ -1007,6 +1010,8 @@ with gooddata_api_client.ApiClient() as api_client:
1007
1010
settings=DashboardExportSettings(
1008
1011
export_info=True,
1009
1012
merge_headers=True,
1013
+
page_orientation="PORTRAIT",
1014
+
page_size="A4",
1010
1015
),
1011
1016
widget_ids=[
1012
1017
"widget_ids_example",
@@ -1016,6 +1021,7 @@ with gooddata_api_client.ApiClient() as api_client:
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
14
15
15
16
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments