These cookies provide us with information on how our websites are being used, to help us improve the quality and relevance of content we place on them. Additionally, they also allow us to show you embedded videos and remember your preferences and actions, so that the websites do not bother you with the same request repeatedly (e.g. filling a form to download a PDF file and provide feedback about such actions to our affiliated entities).
OpenAPI definition (3.29)
Download OpenAPI specification:Download
Get CookieSecurityConfiguration
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=lastRotation==InstantValue;rotationInterval==DurationValue 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'). |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "lastRotation": "2019-08-24T14:15:22Z",
- "rotationInterval": "P30D"
}, - "id": "id1",
- "type": "cookieSecurityConfiguration"
},
}
Patch CookieSecurityConfiguration
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=lastRotation==InstantValue;rotationInterval==DurationValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiCookieSecurityConfigurationPatch) JSON:API representation of patching cookieSecurityConfiguration entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "lastRotation": "2019-08-24T14:15:22Z",
- "rotationInterval": "P30D"
}, - "id": "id1",
- "type": "cookieSecurityConfiguration"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "lastRotation": "2019-08-24T14:15:22Z",
- "rotationInterval": "P30D"
}, - "id": "id1",
- "type": "cookieSecurityConfiguration"
},
}
Put CookieSecurityConfiguration
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=lastRotation==InstantValue;rotationInterval==DurationValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiCookieSecurityConfigurationIn) JSON:API representation of cookieSecurityConfiguration entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "lastRotation": "2019-08-24T14:15:22Z",
- "rotationInterval": "P30D"
}, - "id": "id1",
- "type": "cookieSecurityConfiguration"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "lastRotation": "2019-08-24T14:15:22Z",
- "rotationInterval": "P30D"
}, - "id": "id1",
- "type": "cookieSecurityConfiguration"
},
}
Get organization layout
Retrieve complete layout of organization, workspaces, user-groups, etc.
query Parameters
exclude | Array of strings Items Value: "ACTIVITY_INFO" |
Responses
Response samples
- 200
Content type
application/json
{- "dataSources": [
- {
- "cacheStrategy": "ALWAYS",
- "clientId": "client1234",
- "clientSecret": "string",
- "decodedParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "id": "pg_local_docker-demo",
- "name": "postgres demo",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "password": "*****",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "privateKey": "string",
- "privateKeyPassphrase": "string",
- "schema": "demo",
- "token": "Bigquery service account JSON. Encode it using base64!",
- "type": "POSTGRESQL",
- "url": "jdbc:postgresql://postgres:5432/gooddata",
- "username": "demo"
}
], - "identityProviders": [
- {
- "customClaimMapping": {
- "property1": "string",
- "property2": "string"
}, - "id": "filterView-1",
- "identifiers": [
- "gooddata.com"
], - "oauthClientId": "string",
- "oauthClientSecret": "string",
- "oauthIssuerLocation": "string",
- "samlMetadata": "string"
}
], - "jwks": [
- {
- "content": {
- "alg": "RS256",
- "e": "string",
- "kid": "key.001",
- "kty": "RSA",
- "n": "string",
- "use": "sig",
- "x5c": [
- "string"
], - "x5t": "string"
}, - "id": "jwk-1"
}
], - "notificationChannels": [
- {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "This is a channel",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "destinationType": "WEBHOOK",
- "id": "notification-channel-1",
- "inPlatformNotification": "DISABLED",
- "name": "channel"
}
], - "organization": {
- "allowedOrigins": [
- "string"
], - "colorPalettes": [
- {
- "content": { },
- "id": "string",
- "name": "string"
}
], - "cspDirectives": [
- {
- "directive": "string",
- "sources": [
- "string"
]
}
], - "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "hostname": "alpha.com",
- "id": "Alpha corporation",
- "jitEnabled": true,
- "name": "Alpha corporation",
- "oauthClientId": "string",
- "oauthClientSecret": "string",
- "oauthCustomAuthAttributes": {
- "property1": "string",
- "property2": "string"
}, - "oauthIssuerId": "myOidcProvider",
- "oauthIssuerLocation": "string",
- "oauthSubjectIdClaim": "oid",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "settings": [
- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
], - "themes": [
- {
- "content": { },
- "id": "string",
- "name": "string"
}
]
}, - "userGroups": [
- {
- "id": "employees.all",
- "name": "admins",
- "parents": [
- {
- "id": "admins",
- "type": "userGroup"
}
], - "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
]
}
], - "users": [
- {
- "authId": "string",
- "email": "user@example.com",
- "firstname": "John",
- "id": "employee123",
- "lastname": "Wick",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
], - "settings": [
- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
], - "userGroups": [
- {
- "id": "admins",
- "type": "userGroup"
}
]
}
], - "workspaceDataFilters": [
- {
- "columnName": "country_id",
- "description": "ID of country",
- "id": "country_id",
- "title": "Country ID",
- "workspace": "{ id: demo, type: workspace }",
- "workspaceDataFilterSettings": [
- {
- "description": "ID of country setting",
- "filterValues": [
- "US"
], - "id": "country_id_setting",
- "title": "Country ID setting",
- "workspace": "{ id: demo, type: workspace }"
}
]
}
], - "workspaces": [
- {
- "automations": [
- {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": { }
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": { }
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": null,
- "filter": null,
- "localIdentifier": null
}
}
], - "measures": [
- {
- "definition": {
- "inline": { }
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "analyticalDashboard": {
- "id": "dashboard123",
- "type": "analyticalDashboard"
}, - "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "string",
- "details": {
- "property1": "string",
- "property2": "string"
}, - "exportDefinitions": [
- {
- "id": "export123",
- "type": "exportDefinition"
}
], - "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "id": "string",
- "metadata": { },
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "notificationChannel": {
- "id": "webhook123",
- "type": "notificationChannel"
}, - "recipients": [
- {
- "id": "example123",
- "type": "user"
}
], - "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "cronDescription": "string",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": null,
- "property2": null
}, - "metrics": {
- "property1": null,
- "property2": null
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "[\"Revenue\",\"Sales\"]"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}
], - "cacheExtraLimit": 0,
- "customApplicationSettings": [
- {
- "applicationName": "Modeler",
- "content": { },
- "id": "modeler.demo"
}
], - "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "filterViews": [
- {
- "analyticalDashboard": {
- "id": "dashboard123",
- "type": "analyticalDashboard"
}, - "content": { },
- "description": "string",
- "id": "filterView-1",
- "isDefault": true,
- "tags": [
- "[\"Revenue\",\"Sales\"]"
], - "title": "string",
- "user": {
- "id": "example123",
- "type": "user"
}
}
], - "hierarchyPermissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "id": "alpha.sales",
- "model": {
- "analytics": {
- "analyticalDashboardExtensions": [
- {
- "id": "revenues-analysis",
- "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": null,
- "type": null
}
}
]
}
], - "analyticalDashboards": [
- {
- "content": { },
- "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Period to period comparison of revenues in main sectors.",
- "id": "revenues-analysis",
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": null,
- "type": null
}
}
], - "tags": [
- "Revenues"
], - "title": "Revenues analysis"
}
], - "attributeHierarchies": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "hierarchy-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
], - "dashboardPlugins": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Three dimensional view of data.",
- "id": "dashboard-plugin-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "3D map renderer"
}
], - "exportDefinitions": [
- {
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "export-definition-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": null,
- "property2": null
}, - "metrics": {
- "property1": null,
- "property2": null
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}, - "tags": [
- "Revenues"
], - "title": "My regular export"
}
], - "filterContexts": [
- {
- "content": { },
- "description": "Filter Context for Sales team.",
- "id": "filter-sales",
- "tags": [
- "Revenues"
], - "title": "Filter Context for Sales team"
}
], - "metrics": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Sales for all the data available.",
- "id": "total-sales",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Total sales"
}
], - "visualizationObjects": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "visualization-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
]
}, - "ldm": {
- "datasetExtensions": [
- {
- "id": "customers",
- "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": null,
- "type": null
}
}
]
}
], - "datasets": [
- {
- "attributes": [
- {
- "defaultView": {
- "id": null,
- "type": null
}, - "description": "Customer name including first and last name.",
- "id": "attr.customers.customer_name",
- "labels": [
- null
], - "sortColumn": "customer_name",
- "sortDirection": "\"ASC\" | \"DESC\"",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer Name"
}
], - "dataSourceTableId": {
- "dataSourceId": "my-postgres",
- "id": "customers",
- "type": "DATA_SOURCE"
}, - "description": "The customers of ours.",
- "facts": [
- {
- "description": "A number of orders created by the customer - including all orders, even the non-delivered ones.",
- "id": "fact.customer_order_count",
- "sourceColumn": "customer_order_count",
- "sourceColumnDataType": "NUMERIC",
- "tags": [
- "Customers"
], - "title": "Customer order count"
}
], - "grain": [
- {
- "id": "customer_id",
- "type": "attribute"
}
], - "id": "customers",
- "references": [
- {
- "identifier": {
- "id": null,
- "type": null
}, - "multivalue": false,
- "sourceColumnDataTypes": [
- null
], - "sourceColumns": [
- "customer_id"
], - "sources": [
- null
]
}
], - "sql": {
- "dataSourceId": "my-postgres",
- "statement": "SELECT * FROM some_table"
}, - "tags": [
- "Customers"
], - "title": "Customers",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "customer_id"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": null,
- "type": null
}
}
]
}
], - "dateInstances": [
- {
- "description": "A customer order date",
- "granularities": [
- "MINUTE"
], - "granularitiesFormatting": {
- "titleBase": "string",
- "titlePattern": "%titleBase - %granularityTitle"
}, - "id": "date",
- "tags": [
- "Customer dates"
], - "title": "Date"
}
]
}
}, - "name": "Alpha Sales",
- "parent": "{ id: demo, type: workspace }",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "prefix": "string",
- "settings": [
- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
], - "userDataFilters": [
- {
- "description": "ID of country setting",
- "id": "country_id_setting",
- "maql": "{label/country} = \"USA\" AND {label/date.year} = THIS(YEAR)",
- "tags": [
- "Revenues"
], - "title": "Country ID setting",
- "user": {
- "id": "example123",
- "type": "user"
}, - "userGroup": {
- "id": "admins",
- "type": "userGroup"
}
}
]
}
]
}
Set organization layout
Sets complete layout of organization, like workspaces, user-groups, etc.
Request Body schema: application/json
Array of objects (DeclarativeDataSource) [ items ] | |
Array of objects (DeclarativeIdentityProvider) [ items ] | |
Array of objects (DeclarativeJwk) [ items ] | |
Array of objects (DeclarativeNotificationChannel) [ items ] | |
required | object (DeclarativeOrganizationInfo) Information available about an organization. |
Array of objects (DeclarativeUserGroup) [ items ] | |
Array of objects (DeclarativeUser) [ items ] | |
Array of objects (DeclarativeWorkspaceDataFilter) [ items ] | |
Array of objects (DeclarativeWorkspace) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "dataSources": [
- {
- "cacheStrategy": "ALWAYS",
- "clientId": "client1234",
- "clientSecret": "string",
- "decodedParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "id": "pg_local_docker-demo",
- "name": "postgres demo",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "password": "*****",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "privateKey": "string",
- "privateKeyPassphrase": "string",
- "schema": "demo",
- "token": "Bigquery service account JSON. Encode it using base64!",
- "type": "POSTGRESQL",
- "url": "jdbc:postgresql://postgres:5432/gooddata",
- "username": "demo"
}
], - "identityProviders": [
- {
- "customClaimMapping": {
- "property1": "string",
- "property2": "string"
}, - "id": "filterView-1",
- "identifiers": [
- "gooddata.com"
], - "oauthClientId": "string",
- "oauthClientSecret": "string",
- "oauthIssuerLocation": "string",
- "samlMetadata": "string"
}
], - "jwks": [
- {
- "content": {
- "alg": "RS256",
- "e": "string",
- "kid": "key.001",
- "kty": "RSA",
- "n": "string",
- "use": "sig",
- "x5c": [
- "string"
], - "x5t": "string"
}, - "id": "jwk-1"
}
], - "notificationChannels": [
- {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "This is a channel",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "id": "notification-channel-1",
- "inPlatformNotification": "DISABLED",
- "name": "channel"
}
], - "organization": {
- "allowedOrigins": [
- "string"
], - "colorPalettes": [
- {
- "content": { },
- "id": "string",
- "name": "string"
}
], - "cspDirectives": [
- {
- "directive": "string",
- "sources": [
- "string"
]
}
], - "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "hostname": "alpha.com",
- "id": "Alpha corporation",
- "jitEnabled": true,
- "name": "Alpha corporation",
- "oauthClientId": "string",
- "oauthClientSecret": "string",
- "oauthCustomAuthAttributes": {
- "property1": "string",
- "property2": "string"
}, - "oauthIssuerId": "myOidcProvider",
- "oauthIssuerLocation": "string",
- "oauthSubjectIdClaim": "oid",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "settings": [
- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
], - "themes": [
- {
- "content": { },
- "id": "string",
- "name": "string"
}
]
}, - "userGroups": [
- {
- "id": "employees.all",
- "name": "admins",
- "parents": [
- {
- "id": "admins",
- "type": "userGroup"
}
], - "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
]
}
], - "users": [
- {
- "authId": "string",
- "email": "user@example.com",
- "firstname": "John",
- "id": "employee123",
- "lastname": "Wick",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
], - "settings": [
- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
], - "userGroups": [
- {
- "id": "admins",
- "type": "userGroup"
}
]
}
], - "workspaceDataFilters": [
- {
- "columnName": "country_id",
- "description": "ID of country",
- "id": "country_id",
- "title": "Country ID",
- "workspace": "{ id: demo, type: workspace }",
- "workspaceDataFilterSettings": [
- {
- "description": "ID of country setting",
- "filterValues": [
- "US"
], - "id": "country_id_setting",
- "title": "Country ID setting",
- "workspace": "{ id: demo, type: workspace }"
}
]
}
], - "workspaces": [
- {
- "automations": [
- {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": { }
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": { }
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": null,
- "filter": null,
- "localIdentifier": null
}
}
], - "measures": [
- {
- "definition": {
- "inline": { }
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "analyticalDashboard": {
- "id": "dashboard123",
- "type": "analyticalDashboard"
}, - "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "string",
- "details": {
- "property1": "string",
- "property2": "string"
}, - "exportDefinitions": [
- {
- "id": "export123",
- "type": "exportDefinition"
}
], - "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "id": "string",
- "metadata": { },
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "notificationChannel": {
- "id": "webhook123",
- "type": "notificationChannel"
}, - "recipients": [
- {
- "id": "example123",
- "type": "user"
}
], - "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": null,
- "property2": null
}, - "metrics": {
- "property1": null,
- "property2": null
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "[\"Revenue\",\"Sales\"]"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}
], - "cacheExtraLimit": 0,
- "customApplicationSettings": [
- {
- "applicationName": "Modeler",
- "content": { },
- "id": "modeler.demo"
}
], - "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "filterViews": [
- {
- "analyticalDashboard": {
- "id": "dashboard123",
- "type": "analyticalDashboard"
}, - "content": { },
- "description": "string",
- "id": "filterView-1",
- "isDefault": true,
- "tags": [
- "[\"Revenue\",\"Sales\"]"
], - "title": "string",
- "user": {
- "id": "example123",
- "type": "user"
}
}
], - "hierarchyPermissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "id": "alpha.sales",
- "model": {
- "analytics": {
- "analyticalDashboardExtensions": [
- {
- "id": "revenues-analysis",
- "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": null,
- "type": null
}
}
]
}
], - "analyticalDashboards": [
- {
- "content": { },
- "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Period to period comparison of revenues in main sectors.",
- "id": "revenues-analysis",
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": null,
- "type": null
}
}
], - "tags": [
- "Revenues"
], - "title": "Revenues analysis"
}
], - "attributeHierarchies": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "hierarchy-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
], - "dashboardPlugins": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Three dimensional view of data.",
- "id": "dashboard-plugin-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "3D map renderer"
}
], - "exportDefinitions": [
- {
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "export-definition-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": null,
- "property2": null
}, - "metrics": {
- "property1": null,
- "property2": null
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}, - "tags": [
- "Revenues"
], - "title": "My regular export"
}
], - "filterContexts": [
- {
- "content": { },
- "description": "Filter Context for Sales team.",
- "id": "filter-sales",
- "tags": [
- "Revenues"
], - "title": "Filter Context for Sales team"
}
], - "metrics": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Sales for all the data available.",
- "id": "total-sales",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Total sales"
}
], - "visualizationObjects": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "visualization-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
]
}, - "ldm": {
- "datasetExtensions": [
- {
- "id": "customers",
- "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": null,
- "type": null
}
}
]
}
], - "datasets": [
- {
- "attributes": [
- {
- "defaultView": {
- "id": null,
- "type": null
}, - "description": "Customer name including first and last name.",
- "id": "attr.customers.customer_name",
- "labels": [
- null
], - "sortColumn": "customer_name",
- "sortDirection": "\"ASC\" | \"DESC\"",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer Name"
}
], - "dataSourceTableId": {
- "dataSourceId": "my-postgres",
- "id": "customers",
- "type": "DATA_SOURCE"
}, - "description": "The customers of ours.",
- "facts": [
- {
- "description": "A number of orders created by the customer - including all orders, even the non-delivered ones.",
- "id": "fact.customer_order_count",
- "sourceColumn": "customer_order_count",
- "sourceColumnDataType": "NUMERIC",
- "tags": [
- "Customers"
], - "title": "Customer order count"
}
], - "grain": [
- {
- "id": "customer_id",
- "type": "attribute"
}
], - "id": "customers",
- "references": [
- {
- "identifier": {
- "id": null,
- "type": null
}, - "multivalue": false,
- "sourceColumnDataTypes": [
- null
], - "sourceColumns": [
- "customer_id"
], - "sources": [
- null
]
}
], - "sql": {
- "dataSourceId": "my-postgres",
- "statement": "SELECT * FROM some_table"
}, - "tags": [
- "Customers"
], - "title": "Customers",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "customer_id"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": null,
- "type": null
}
}
]
}
], - "dateInstances": [
- {
- "description": "A customer order date",
- "granularities": [
- "MINUTE"
], - "granularitiesFormatting": {
- "titleBase": "string",
- "titlePattern": "%titleBase - %granularityTitle"
}, - "id": "date",
- "tags": [
- "Customer dates"
], - "title": "Date"
}
]
}
}, - "name": "Alpha Sales",
- "parent": "{ id: demo, type: workspace }",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "prefix": "string",
- "settings": [
- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
], - "userDataFilters": [
- {
- "description": "ID of country setting",
- "id": "country_id_setting",
- "maql": "{label/country} = \"USA\" AND {label/date.year} = THIS(YEAR)",
- "tags": [
- "Revenues"
], - "title": "Country ID setting",
- "user": {
- "id": "example123",
- "type": "user"
}, - "userGroup": {
- "id": "admins",
- "type": "userGroup"
}
}
]
}
]
}
Get Organizations
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;hostname==someString;bootstrapUser.id==321;bootstrapUserGroup.id==321 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'). |
include | Array of strings Items Enum: "users" "userGroups" "bootstrapUser" "bootstrapUserGroup" "ALL" Example: include=include=bootstrapUser,bootstrapUserGroup 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. |
metaInclude | Array of strings unique Items Enum: "permissions" "all" "ALL" Example: metaInclude=metaInclude=permissions,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "allowedOrigins": [
- "string"
], - "cacheSettings": {
- "cacheStrategy": "DURABLE",
- "extraCacheBudget": 0
}, - "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "hostname": "string",
- "jitEnabled": true,
- "name": "string",
- "oauthClientId": "string",
- "oauthCustomAuthAttributes": {
- "property1": "string",
- "property2": "string"
}, - "oauthIssuerId": "myOidcProvider",
- "oauthIssuerLocation": "string",
- "oauthSubjectIdClaim": "oid"
}, - "id": "id1",
- "meta": {
- "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "bootstrapUser": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "bootstrapUserGroup": {
- "data": {
- "id": "string",
- "type": "userGroup"
}
}
}, - "type": "organization"
}, - "included": [
- {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user",
}
],
}
Patch Organization
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;hostname==someString;bootstrapUser.id==321;bootstrapUserGroup.id==321 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'). |
include | Array of strings Items Enum: "users" "userGroups" "bootstrapUser" "bootstrapUserGroup" "ALL" Example: include=include=bootstrapUser,bootstrapUserGroup 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiOrganizationPatch) JSON:API representation of patching organization entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "allowedOrigins": [
- "string"
], - "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "hostname": "string",
- "jitEnabled": true,
- "name": "string",
- "oauthClientId": "string",
- "oauthClientSecret": "string",
- "oauthCustomAuthAttributes": {
- "property1": "string",
- "property2": "string"
}, - "oauthIssuerId": "myOidcProvider",
- "oauthIssuerLocation": "string",
- "oauthSubjectIdClaim": "oid"
}, - "id": "id1",
- "type": "organization"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "allowedOrigins": [
- "string"
], - "cacheSettings": {
- "cacheStrategy": "DURABLE",
- "extraCacheBudget": 0
}, - "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "hostname": "string",
- "jitEnabled": true,
- "name": "string",
- "oauthClientId": "string",
- "oauthCustomAuthAttributes": {
- "property1": "string",
- "property2": "string"
}, - "oauthIssuerId": "myOidcProvider",
- "oauthIssuerLocation": "string",
- "oauthSubjectIdClaim": "oid"
}, - "id": "id1",
- "meta": {
- "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "bootstrapUser": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "bootstrapUserGroup": {
- "data": {
- "id": "string",
- "type": "userGroup"
}
}
}, - "type": "organization"
}, - "included": [
- {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user",
}
],
}
Put Organization
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;hostname==someString;bootstrapUser.id==321;bootstrapUserGroup.id==321 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'). |
include | Array of strings Items Enum: "users" "userGroups" "bootstrapUser" "bootstrapUserGroup" "ALL" Example: include=include=bootstrapUser,bootstrapUserGroup 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiOrganizationIn) JSON:API representation of organization entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "allowedOrigins": [
- "string"
], - "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "hostname": "string",
- "jitEnabled": true,
- "name": "string",
- "oauthClientId": "string",
- "oauthClientSecret": "string",
- "oauthCustomAuthAttributes": {
- "property1": "string",
- "property2": "string"
}, - "oauthIssuerId": "myOidcProvider",
- "oauthIssuerLocation": "string",
- "oauthSubjectIdClaim": "oid"
}, - "id": "id1",
- "type": "organization"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "allowedOrigins": [
- "string"
], - "cacheSettings": {
- "cacheStrategy": "DURABLE",
- "extraCacheBudget": 0
}, - "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "hostname": "string",
- "jitEnabled": true,
- "name": "string",
- "oauthClientId": "string",
- "oauthCustomAuthAttributes": {
- "property1": "string",
- "property2": "string"
}, - "oauthIssuerId": "myOidcProvider",
- "oauthIssuerLocation": "string",
- "oauthSubjectIdClaim": "oid"
}, - "id": "id1",
- "meta": {
- "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "bootstrapUser": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "bootstrapUserGroup": {
- "data": {
- "id": "string",
- "type": "userGroup"
}
}
}, - "type": "organization"
}, - "included": [
- {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user",
}
],
}
Get Organization entities
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "organizationSetting",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Organization Setting entities
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiOrganizationSettingIn) JSON:API representation of organizationSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "organizationSetting"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "organizationSetting"
},
}
Delete Organization entity
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
Responses
Get Organization entity
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "organizationSetting"
},
}
Patch Organization entity
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiOrganizationSettingPatch) JSON:API representation of patching organizationSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "organizationSetting"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "organizationSetting"
},
}
Put Organization entity
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiOrganizationSettingIn) JSON:API representation of organizationSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "organizationSetting"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "organizationSetting"
},
}
Get CSP Directives
Context Security Police Directive
query Parameters
filter | string Example: filter=filter=sources==v1,v2,v3 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "sources": [
- "string"
]
}, - "id": "id1",
- "type": "cspDirective",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post CSP Directives
Context Security Police Directive
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiCspDirectiveIn) JSON:API representation of cspDirective entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "sources": [
- "string"
]
}, - "id": "id1",
- "type": "cspDirective"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "sources": [
- "string"
]
}, - "id": "id1",
- "type": "cspDirective"
},
}
Delete CSP Directives
Context Security Police Directive
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=sources==v1,v2,v3 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'). |
Responses
Get CSP Directives
Context Security Police Directive
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=sources==v1,v2,v3 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'). |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "sources": [
- "string"
]
}, - "id": "id1",
- "type": "cspDirective"
},
}
Patch CSP Directives
Context Security Police Directive
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=sources==v1,v2,v3 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiCspDirectivePatch) JSON:API representation of patching cspDirective entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "sources": [
- "string"
]
}, - "id": "id1",
- "type": "cspDirective"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "sources": [
- "string"
]
}, - "id": "id1",
- "type": "cspDirective"
},
}
Put CSP Directives
Context Security Police Directive
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=sources==v1,v2,v3 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiCspDirectiveIn) JSON:API representation of cspDirective entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "sources": [
- "string"
]
}, - "id": "id1",
- "type": "cspDirective"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "sources": [
- "string"
]
}, - "id": "id1",
- "type": "cspDirective"
},
}
Get all Jwks
Returns all JSON web keys - used to verify JSON web tokens (Jwts)
query Parameters
filter | string Example: filter=filter=content==JwkSpecificationValue 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "content": {
- "alg": "RS256",
- "kyt": "RSA",
- "use": "sig"
}
}, - "id": "id1",
- "type": "jwk",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Jwks
Creates JSON web key - used to verify JSON web tokens (Jwts)
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiJwkIn) JSON:API representation of jwk entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": {
- "alg": "RS256",
- "kyt": "RSA",
- "use": "sig"
}
}, - "id": "id1",
- "type": "jwk"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": {
- "alg": "RS256",
- "kyt": "RSA",
- "use": "sig"
}
}, - "id": "id1",
- "type": "jwk"
},
}
Delete Jwk
Deletes JSON web key - used to verify JSON web tokens (Jwts)
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=content==JwkSpecificationValue 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'). |
Responses
Get Jwk
Returns JSON web key - used to verify JSON web tokens (Jwts)
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=content==JwkSpecificationValue 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'). |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": {
- "alg": "RS256",
- "kyt": "RSA",
- "use": "sig"
}
}, - "id": "id1",
- "type": "jwk"
},
}
Patch Jwk
Patches JSON web key - used to verify JSON web tokens (Jwts)
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=content==JwkSpecificationValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiJwkPatch) JSON:API representation of patching jwk entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": {
- "alg": "RS256",
- "kyt": "RSA",
- "use": "sig"
}
}, - "id": "id1",
- "type": "jwk"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": {
- "alg": "RS256",
- "kyt": "RSA",
- "use": "sig"
}
}, - "id": "id1",
- "type": "jwk"
},
}
Put Jwk
Updates JSON web key - used to verify JSON web tokens (Jwts)
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=content==JwkSpecificationValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiJwkIn) JSON:API representation of jwk entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": {
- "alg": "RS256",
- "kyt": "RSA",
- "use": "sig"
}
}, - "id": "id1",
- "type": "jwk"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": {
- "alg": "RS256",
- "kyt": "RSA",
- "use": "sig"
}
}, - "id": "id1",
- "type": "jwk"
},
}
Test notification channel.
Tests the notification channel by sending a test notification.
Request Body schema: application/json
required | DefaultSmtp (object) or InPlatform (object) or Smtp (object) or Webhook (object) |
Responses
Request samples
- Payload
Content type
application/json
{- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}
}
Response samples
- 200
Content type
application/json
Example
An example of a successful connection
An example of a successful connection
An example of an unsuccessful connection
An example of a successful connection
{- "successful": true
}
Test existing notification channel.
Tests the existing notification channel by sending a test notification.
path Parameters
notificationChannelId required | string |
Request Body schema: application/json
required | DefaultSmtp (object) or InPlatform (object) or Smtp (object) or Webhook (object) |
Responses
Request samples
- Payload
Content type
application/json
{- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}
}
Response samples
- 200
Content type
application/json
Example
An example of a successful connection
An example of a successful connection
An example of an unsuccessful connection
An example of a successful connection
{- "successful": true
}
Get latest notifications.
Get latest in-platform notifications for the current user.
query Parameters
workspaceId | string Workspace ID to filter notifications by. |
isRead | boolean Filter notifications by read status. |
page | string >= 0 Default: "0" Zero-based page index (0..N) |
size | string >= 1 Default: "20" The size of the page to be returned. |
metaInclude | Array of strings unique Items Enum: "total" "ALL" Additional meta information to include in the response. |
Responses
Response samples
- 200
Content type
application/json
{- "data": [
- {
- "automationId": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "data": {
- "type": "string",
- "content": {
- "data": {
- "alert": {
- "attribute": "string",
- "condition": "string",
- "currentValues": [
- {
- "computedMetric": {
- "formattedValue": null,
- "value": null
}, - "labelValue": "string",
- "primaryMetric": {
- "formattedValue": null,
- "value": null
}, - "secondaryMetric": {
- "formattedValue": null,
- "value": null
}
}
], - "errorMessage": "string",
- "filterCount": 0,
- "formattedThreshold": "string",
- "lowerThreshold": 0,
- "metric": "string",
- "remainingAlertEvaluationCount": 0,
- "status": "SUCCESS",
- "threshold": 0,
- "totalValueCount": 0,
- "traceId": "string",
- "triggeredCount": 0,
- "upperThreshold": 0
}, - "automation": {
- "dashboardURL": "string",
- "id": "string",
- "isCustomDashboardURL": true,
- "title": "string"
}, - "details": {
- "property1": "string",
- "property2": "string"
}, - "recipients": [
- {
- "email": "string",
- "id": "string"
}
], - "remainingActionCount": 0,
- "tabularExports": [
- {
- "errorMessage": "string",
- "exportId": "string",
- "fileName": "string",
- "fileUri": "string",
- "status": "SUCCESS",
- "traceId": "string"
}
], - "visualExports": [
- {
- "errorMessage": "string",
- "exportId": "string",
- "fileName": "string",
- "fileUri": "string",
- "status": "SUCCESS",
- "traceId": "string"
}
]
}, - "timestamp": "string",
- "type": "automation-task.completed"
}
}, - "id": "string",
- "isRead": true,
- "workspaceId": "string"
}
], - "meta": {
- "total": {
- "all": 0,
- "unread": 0
}
}
}
Get all Notification Channel entities
query Parameters
filter | string Example: filter=filter=name==someString;description==someString 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "destinationType": "WEBHOOK",
- "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Notification Channel entities
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiNotificationChannelPostOptionalId) JSON:API representation of notificationChannel entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "destinationType": "WEBHOOK",
- "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel"
},
}
Delete Notification Channel entity
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;description==someString 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'). |
Responses
Get Notification Channel entity
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;description==someString 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'). |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "destinationType": "WEBHOOK",
- "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel"
},
}
Patch Notification Channel entity
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;description==someString 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiNotificationChannelPatch) JSON:API representation of patching notificationChannel entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "destinationType": "WEBHOOK",
- "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel"
},
}
Put Notification Channel entity
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;description==someString 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiNotificationChannelIn) JSON:API representation of notificationChannel entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "destinationType": "WEBHOOK",
- "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel"
},
}
Response samples
- 200
Content type
application/json
{- "notificationChannels": [
- {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "This is a channel",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "destinationType": "WEBHOOK",
- "id": "notification-channel-1",
- "inPlatformNotification": "DISABLED",
- "name": "channel"
}
]
}
Set all notification channels
Sets notification channels in organization.
Request Body schema: application/json
required | Array of objects (DeclarativeNotificationChannel) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "notificationChannels": [
- {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "This is a channel",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "id": "notification-channel-1",
- "inPlatformNotification": "DISABLED",
- "name": "channel"
}
]
}
Get all Identity Providers
query Parameters
filter | string Example: filter=filter=identifiers==v1,v2,v3;customClaimMapping==MapValue 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "customClaimMapping": {
- "property1": "string",
- "property2": "string"
}, - "identifiers": [
- "gooddata.com"
], - "oauthClientId": "string",
- "oauthIssuerLocation": "string"
}, - "id": "id1",
- "type": "identityProvider",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Identity Providers
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiIdentityProviderIn) JSON:API representation of identityProvider entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "customClaimMapping": {
- "property1": "string",
- "property2": "string"
}, - "identifiers": [
- "gooddata.com"
], - "oauthClientId": "string",
- "oauthClientSecret": "string",
- "oauthIssuerLocation": "string",
- "samlMetadata": "string"
}, - "id": "id1",
- "type": "identityProvider"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "customClaimMapping": {
- "property1": "string",
- "property2": "string"
}, - "identifiers": [
- "gooddata.com"
], - "oauthClientId": "string",
- "oauthIssuerLocation": "string"
}, - "id": "id1",
- "type": "identityProvider"
},
}
Delete Identity Provider
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=identifiers==v1,v2,v3;customClaimMapping==MapValue 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'). |
Responses
Get Identity Provider
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=identifiers==v1,v2,v3;customClaimMapping==MapValue 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'). |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "customClaimMapping": {
- "property1": "string",
- "property2": "string"
}, - "identifiers": [
- "gooddata.com"
], - "oauthClientId": "string",
- "oauthIssuerLocation": "string"
}, - "id": "id1",
- "type": "identityProvider"
},
}
Patch Identity Provider
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=identifiers==v1,v2,v3;customClaimMapping==MapValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiIdentityProviderPatch) JSON:API representation of patching identityProvider entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "customClaimMapping": {
- "property1": "string",
- "property2": "string"
}, - "identifiers": [
- "gooddata.com"
], - "oauthClientId": "string",
- "oauthClientSecret": "string",
- "oauthIssuerLocation": "string",
- "samlMetadata": "string"
}, - "id": "id1",
- "type": "identityProvider"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "customClaimMapping": {
- "property1": "string",
- "property2": "string"
}, - "identifiers": [
- "gooddata.com"
], - "oauthClientId": "string",
- "oauthIssuerLocation": "string"
}, - "id": "id1",
- "type": "identityProvider"
},
}
Put Identity Provider
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=identifiers==v1,v2,v3;customClaimMapping==MapValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiIdentityProviderIn) JSON:API representation of identityProvider entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "customClaimMapping": {
- "property1": "string",
- "property2": "string"
}, - "identifiers": [
- "gooddata.com"
], - "oauthClientId": "string",
- "oauthClientSecret": "string",
- "oauthIssuerLocation": "string",
- "samlMetadata": "string"
}, - "id": "id1",
- "type": "identityProvider"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "customClaimMapping": {
- "property1": "string",
- "property2": "string"
}, - "identifiers": [
- "gooddata.com"
], - "oauthClientId": "string",
- "oauthIssuerLocation": "string"
}, - "id": "id1",
- "type": "identityProvider"
},
}
Response samples
- 200
Content type
application/json
[- {
- "customClaimMapping": {
- "property1": "string",
- "property2": "string"
}, - "id": "filterView-1",
- "identifiers": [
- "gooddata.com"
], - "oauthClientId": "string",
- "oauthClientSecret": "string",
- "oauthIssuerLocation": "string",
- "samlMetadata": "string"
}
]
Set all identity providers
Sets identity providers in organization.
Request Body schema: application/json
Array
object <= 10000 characters Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name, urn.gooddata.user_groups [optional]). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute. | |
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ FilterView object ID. |
identifiers required | Array of strings List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP. In multiple provider setup, this field is mandatory. |
oauthClientId | string <= 255 characters The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP. |
oauthClientSecret | string <= 255 characters The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP. |
oauthIssuerLocation | string <= 255 characters The location of your OIDC provider. This field is mandatory for OIDC IdP. |
samlMetadata | string <= 15000 characters Base64 encoded xml document with SAML metadata. This document is issued by your SAML provider. It includes the issuer's name, expiration information, and keys that can be used to validate the response from the identity provider. This field is mandatory for SAML IdP. |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "customClaimMapping": {
- "property1": "string",
- "property2": "string"
}, - "id": "filterView-1",
- "identifiers": [
- "gooddata.com"
], - "oauthClientId": "string",
- "oauthClientSecret": "string",
- "oauthIssuerLocation": "string",
- "samlMetadata": "string"
}
]
List all api tokens for a user
path Parameters
userId required | string |
query Parameters
filter | string Example: filter=filter=bearerToken==someString 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "bearerToken": "string"
}, - "id": "id1",
- "type": "apiToken",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post a new API token for the user
path Parameters
userId required | string |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiApiTokenIn) JSON:API representation of apiToken entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "id": "id1",
- "type": "apiToken"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "bearerToken": "string"
}, - "id": "id1",
- "type": "apiToken"
},
}
Delete an API Token for a user
path Parameters
userId required | string |
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=bearerToken==someString 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'). |
Responses
Get an API Token for a user
path Parameters
userId required | string |
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=bearerToken==someString 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'). |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "bearerToken": "string"
}, - "id": "id1",
- "type": "apiToken"
},
}
Get User entities
User - represents entity interacting with platform
query Parameters
filter | string Example: filter=filter=authenticationId==someString;firstname==someString 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'). |
include | Array of strings Items Enum: "userGroups" "ALL" Example: include=include=userGroups 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user",
}
], - "included": [
- {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post User entities
User - represents entity interacting with platform
query Parameters
include | Array of strings Items Enum: "userGroups" "ALL" Example: include=include=userGroups 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiUserIn) JSON:API representation of user entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user"
}, - "included": [
- {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup",
}
],
}
Delete User entity
User - represents entity interacting with platform
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=authenticationId==someString;firstname==someString 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'). |
Responses
Get User entity
User - represents entity interacting with platform
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=authenticationId==someString;firstname==someString 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'). |
include | Array of strings Items Enum: "userGroups" "ALL" Example: include=include=userGroups 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. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user"
}, - "included": [
- {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup",
}
],
}
Patch User entity
User - represents entity interacting with platform
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=authenticationId==someString;firstname==someString 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'). |
include | Array of strings Items Enum: "userGroups" "ALL" Example: include=include=userGroups 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiUserPatch) JSON:API representation of patching user entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user"
}, - "included": [
- {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup",
}
],
}
Put User entity
User - represents entity interacting with platform
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=authenticationId==someString;firstname==someString 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'). |
include | Array of strings Items Enum: "userGroups" "ALL" Example: include=include=userGroups 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiUserIn) JSON:API representation of user entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user"
}, - "included": [
- {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup",
}
],
}
Response samples
- 200
Content type
application/json
{- "users": [
- {
- "authId": "string",
- "email": "user@example.com",
- "firstname": "John",
- "id": "employee123",
- "lastname": "Wick",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
], - "settings": [
- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
], - "userGroups": [
- {
- "id": "admins",
- "type": "userGroup"
}
]
}
]
}
Put all users
Set all users and their authentication properties.
Request Body schema: application/json
required | Array of objects (DeclarativeUser) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "users": [
- {
- "authId": "string",
- "email": "user@example.com",
- "firstname": "John",
- "id": "employee123",
- "lastname": "Wick",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
], - "settings": [
- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
], - "userGroups": [
- {
- "id": "admins",
- "type": "userGroup"
}
]
}
]
}
Get UserGroup entities
User Group - creates tree-like structure for categorizing users
query Parameters
filter | string Example: filter=filter=name==someString 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'). |
include | Array of strings Items Enum: "userGroups" "parents" "ALL" Example: include=include=parents 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup",
}
], - "included": [
- {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post User Group entities
User Group - creates tree-like structure for categorizing users
query Parameters
include | Array of strings Items Enum: "userGroups" "parents" "ALL" Example: include=include=parents 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiUserGroupIn) JSON:API representation of userGroup entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup"
}, - "included": [
- {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup",
}
],
}
Delete UserGroup entity
User Group - creates tree-like structure for categorizing users
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString 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'). |
Responses
Get UserGroup entity
User Group - creates tree-like structure for categorizing users
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString 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'). |
include | Array of strings Items Enum: "userGroups" "parents" "ALL" Example: include=include=parents 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. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup"
}, - "included": [
- {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup",
}
],
}
Patch UserGroup entity
User Group - creates tree-like structure for categorizing users
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString 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'). |
include | Array of strings Items Enum: "userGroups" "parents" "ALL" Example: include=include=parents 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiUserGroupPatch) JSON:API representation of patching userGroup entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup"
}, - "included": [
- {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup",
}
],
}
Put UserGroup entity
User Group - creates tree-like structure for categorizing users
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString 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'). |
include | Array of strings Items Enum: "userGroups" "parents" "ALL" Example: include=include=parents 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiUserGroupIn) JSON:API representation of userGroup entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup"
}, - "included": [
- {
- "attributes": {
- "name": "string"
}, - "id": "id1",
- "relationships": {
- "parents": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "userGroup",
}
],
}
Response samples
- 200
Content type
application/json
{- "userGroups": [
- {
- "id": "employees.all",
- "name": "admins",
- "parents": [
- {
- "id": "admins",
- "type": "userGroup"
}
], - "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
]
}
]
}
Put all user groups
Define all user groups with their parents eventually.
Request Body schema: application/json
required | Array of objects (DeclarativeUserGroup) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "userGroups": [
- {
- "id": "employees.all",
- "name": "admins",
- "parents": [
- {
- "id": "admins",
- "type": "userGroup"
}
], - "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
]
}
]
}
Response samples
- 200
Content type
application/json
{- "userGroups": [
- {
- "id": "employees.all",
- "name": "admins",
- "parents": [
- {
- "id": "admins",
- "type": "userGroup"
}
], - "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
]
}
], - "users": [
- {
- "authId": "string",
- "email": "user@example.com",
- "firstname": "John",
- "id": "employee123",
- "lastname": "Wick",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
], - "settings": [
- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
], - "userGroups": [
- {
- "id": "admins",
- "type": "userGroup"
}
]
}
]
}
Put all users and user groups
Define all users and user groups with theirs properties.
Request Body schema: application/json
required | Array of objects (DeclarativeUserGroup) [ items ] |
required | Array of objects (DeclarativeUser) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "userGroups": [
- {
- "id": "employees.all",
- "name": "admins",
- "parents": [
- {
- "id": "admins",
- "type": "userGroup"
}
], - "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
]
}
], - "users": [
- {
- "authId": "string",
- "email": "user@example.com",
- "firstname": "John",
- "id": "employee123",
- "lastname": "Wick",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
], - "settings": [
- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
], - "userGroups": [
- {
- "id": "admins",
- "type": "userGroup"
}
]
}
]
}
Invite User
Puts a new invitation requirement into the invitation generator queue. This is a GoodData Cloud specific endpoint.
Request Body schema: application/json
email required | string <email> |
firstName | string |
lastName | string |
userId | string |
Responses
Request samples
- Payload
Content type
application/json
{- "email": "user@example.com",
- "firstName": "string",
- "lastName": "string",
- "userId": "string"
}
Create a user
Create a user - dedicated endpoint for user management in the internal OIDC provider. GoodData.CN specific
Request Body schema: application/json
authenticationId | string Field, which should be stored in metadata in authenticationId field. In PUT and POST method it must be not present, or equal to value calculated by backend (e.g. returned from previous GET). |
displayName required | string User description, which will be visible in application. |
email required | string Email - used as lookup (must be unique). For PUT method, it must be same as in URL |
password | string User password. It is not returned by GET method. |
Responses
Request samples
- Payload
Content type
application/json
{- "authenticationId": "string",
- "displayName": "jeremy",
- "email": "zeus@example.com",
- "password": "string"
}
Response samples
- 200
Content type
application/json
{- "authenticationId": "string",
- "displayName": "jeremy",
- "email": "zeus@example.com",
- "password": "string"
}
Get a user
Get a user - dedicated endpoint for user management in the internal OIDC provider. GoodData.CN specific
path Parameters
userEmail required | string |
Responses
Response samples
- 200
Content type
application/json
{- "authenticationId": "string",
- "displayName": "jeremy",
- "email": "zeus@example.com",
- "password": "string"
}
Update a user
Update a user - dedicated endpoint for user management in the internal OIDC provider. GoodData.CN specific
path Parameters
userEmail required | string |
Request Body schema: application/json
authenticationId | string Field, which should be stored in metadata in authenticationId field. In PUT and POST method it must be not present, or equal to value calculated by backend (e.g. returned from previous GET). |
displayName required | string User description, which will be visible in application. |
email required | string Email - used as lookup (must be unique). For PUT method, it must be same as in URL |
password | string User password. It is not returned by GET method. |
Responses
Request samples
- Payload
Content type
application/json
{- "authenticationId": "string",
- "displayName": "jeremy",
- "email": "zeus@example.com",
- "password": "string"
}
Response samples
- 200
Content type
application/json
{- "authenticationId": "string",
- "displayName": "jeremy",
- "email": "zeus@example.com",
- "password": "string"
}
Response samples
- 200
Content type
application/json
{- "entitlements": [
- {
- "expiry": "2019-08-24",
- "name": "CacheStrategy",
- "value": "string"
}
], - "features": {
- "live": {
- "context": {
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
]
}, - "configuration": {
- "host": "string",
- "key": "string"
}
}
}, - "links": {
- "organization": "string",
- "self": "string",
- "user": "string"
}, - "name": "string",
- "organizationId": "string",
- "organizationName": "string",
- "permissions": [
- "MANAGE"
], - "telemetry": {
- "deploymentId": "string",
- "host": "string",
- "organizationHash": "string",
- "siteId": 0,
- "userHash": "string"
}, - "telemetryConfig": {
- "context": {
- "deploymentId": "string",
- "organizationHash": "string",
- "userHash": "string"
}, - "services": {
- "matomo": {
- "host": "string",
- "siteId": 0
}, - "openTelemetry": {
- "host": "string"
}
}
}, - "userId": "string"
}
List all settings for a user
path Parameters
userId required | string |
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "userSetting",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post new user settings for the user
path Parameters
userId required | string |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiUserSettingIn) JSON:API representation of userSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "userSetting"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "userSetting"
},
}
Delete a setting for a user
path Parameters
userId required | string |
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
Responses
Get a setting for a user
path Parameters
userId required | string |
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "userSetting"
},
}
Put new user settings for the user
path Parameters
userId required | string |
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiUserSettingIn) JSON:API representation of userSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "userSetting"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "userSetting"
},
}
Get UserIdentifier entities
UserIdentifier - represents entity interacting with platform
query Parameters
filter | string Example: filter=filter=firstname==someString;lastname==someString 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Get UserIdentifier entity
UserIdentifier - represents basic information about entity interacting with platform
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=firstname==someString;lastname==someString 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'). |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier"
},
}
assignPermissions
Request Body schema: application/json
required | Array of objects (AssigneeIdentifier) [ items ] |
Array of objects (UserManagementDataSourcePermissionAssignment) [ items ] | |
Array of objects (UserManagementWorkspacePermissionAssignment) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "assignees": [
- {
- "id": "string",
- "type": "user"
}
], - "dataSources": [
- {
- "id": "string",
- "permissions": [
- "MANAGE"
]
}
], - "workspaces": [
- {
- "hierarchyPermissions": [
- "MANAGE"
], - "id": "string",
- "permissions": [
- "MANAGE"
]
}
]
}
revokePermissions
Request Body schema: application/json
required | Array of objects (AssigneeIdentifier) [ items ] |
Array of objects (UserManagementDataSourcePermissionAssignment) [ items ] | |
Array of objects (UserManagementWorkspacePermissionAssignment) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "assignees": [
- {
- "id": "string",
- "type": "user"
}
], - "dataSources": [
- {
- "id": "string",
- "permissions": [
- "MANAGE"
]
}
], - "workspaces": [
- {
- "hierarchyPermissions": [
- "MANAGE"
], - "id": "string",
- "permissions": [
- "MANAGE"
]
}
]
}
listUserGroups
query Parameters
page | integer <int32> Default: 0 Example: page=page=0 Zero-based page index (0..N) |
size | integer <int32> Default: 20 Example: size=size=20 The size of the page to be returned. |
name | string Example: name=name=charles Filter by user name. Note that user name is case insensitive. |
workspace | string Example: workspace=workspace=demo Filter by workspaceId. |
dataSource | string Example: dataSource=dataSource=demo-test-ds Filter by dataSourceId. |
Responses
Response samples
- 200
Content type
application/json
{- "totalCount": 0,
- "userGroups": [
- {
- "dataSources": [
- {
- "id": "string",
- "name": "string",
- "permissions": [
- "MANAGE"
]
}
], - "id": "string",
- "name": "admins",
- "organizationAdmin": false,
- "userCount": 0,
- "workspaces": [
- {
- "hierarchyPermissions": [
- "MANAGE"
], - "id": "string",
- "name": "string",
- "permissions": [
- "MANAGE"
]
}
]
}
]
}
Response samples
- 200
Content type
application/json
{- "dataSources": [
- {
- "id": "string",
- "name": "string",
- "permissions": [
- "MANAGE"
]
}
], - "workspaces": [
- {
- "hierarchyPermissions": [
- "MANAGE"
], - "id": "string",
- "name": "string",
- "permissions": [
- "MANAGE"
]
}
]
}
managePermissionsForUserGroup
path Parameters
userGroupId required | string |
Request Body schema: application/json
required | Array of objects (UserManagementDataSourcePermissionAssignment) [ items ] |
required | Array of objects (UserManagementWorkspacePermissionAssignment) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "dataSources": [
- {
- "id": "string",
- "permissions": [
- "MANAGE"
]
}
], - "workspaces": [
- {
- "hierarchyPermissions": [
- "MANAGE"
], - "id": "string",
- "permissions": [
- "MANAGE"
]
}
]
}
listUsers
query Parameters
page | integer <int32> Default: 0 Example: page=page=0 Zero-based page index (0..N) |
size | integer <int32> Default: 20 Example: size=size=20 The size of the page to be returned. |
name | string Example: name=name=charles Filter by user name. Note that user name is case insensitive. |
workspace | string Example: workspace=workspace=demo Filter by workspaceId. |
group | string Example: group=group=admin Filter by userGroupId. |
dataSource | string Example: dataSource=dataSource=demo-test-ds Filter by dataSourceId. |
Responses
Response samples
- 200
Content type
application/json
{- "totalCount": 0,
- "users": [
- {
- "dataSources": [
- {
- "id": "string",
- "name": "string",
- "permissions": [
- "MANAGE"
]
}
], - "email": "user@example.com",
- "id": "string",
- "name": "John Wick",
- "organizationAdmin": false,
- "userGroups": [
- {
- "id": "string",
- "name": "string"
}
], - "workspaces": [
- {
- "hierarchyPermissions": [
- "MANAGE"
], - "id": "string",
- "name": "string",
- "permissions": [
- "MANAGE"
]
}
]
}
]
}
Response samples
- 200
Content type
application/json
{- "dataSources": [
- {
- "id": "string",
- "name": "string",
- "permissions": [
- "MANAGE"
]
}
], - "workspaces": [
- {
- "hierarchyPermissions": [
- "MANAGE"
], - "id": "string",
- "name": "string",
- "permissions": [
- "MANAGE"
]
}
]
}
managePermissionsForUser
path Parameters
userId required | string |
Request Body schema: application/json
required | Array of objects (UserManagementDataSourcePermissionAssignment) [ items ] |
required | Array of objects (UserManagementWorkspacePermissionAssignment) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "dataSources": [
- {
- "id": "string",
- "permissions": [
- "MANAGE"
]
}
], - "workspaces": [
- {
- "hierarchyPermissions": [
- "MANAGE"
], - "id": "string",
- "permissions": [
- "MANAGE"
]
}
]
}
Manage Permissions for a Data Source
Manage Permissions for a Data Source
path Parameters
dataSourceId required | string |
Request Body schema: application/json
Array
required | object (AssigneeIdentifier) Identifier of a user or user-group. |
permissions required | Array of strings Items Enum: "MANAGE" "USE" |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "assigneeIdentifier": {
- "id": "string",
- "type": "user"
}, - "permissions": [
- "MANAGE"
]
}
]
Manage Permissions for a Organization
Manage Permissions for a Organization
Request Body schema: application/json
Array
required | object (AssigneeIdentifier) Identifier of a user or user-group. |
permissions required | Array of strings Items Enum: "MANAGE" "SELF_CREATE_TOKEN" |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "assigneeIdentifier": {
- "id": "string",
- "type": "user"
}, - "permissions": [
- "MANAGE"
]
}
]
Manage Permissions for a Dashboard
path Parameters
workspaceId required | string |
dashboardId required | string |
Request Body schema: application/json
Array
One of
permissions required | Array of strings Items Enum: "EDIT" "SHARE" "VIEW" |
required | object (AssigneeIdentifier) Identifier of a user or user-group. |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "permissions": [
- "EDIT"
], - "assigneeIdentifier": {
- "id": "string",
- "type": "user"
}
}
]
Get Dashboard Permissions
path Parameters
workspaceId required | string |
dashboardId required | string |
Responses
Response samples
- 200
Content type
application/json
{- "rules": [
- {
- "permissions": [
- {
- "level": "VIEW, SHARE, EDIT",
- "source": "direct/indirect"
}
], - "type": "allWorkspaceUsers"
}
], - "userGroups": [
- {
- "id": "string",
- "name": "admins",
- "permissions": [
- {
- "level": "VIEW, SHARE, EDIT",
- "source": "direct/indirect"
}
]
}
], - "users": [
- {
- "email": "user@example.com",
- "id": "string",
- "name": "John Wick",
- "permissions": [
- {
- "level": "VIEW, SHARE, EDIT",
- "source": "direct/indirect"
}
]
}
]
}
Manage Permissions for a Workspace
Manage Permissions for a Workspace and its Workspace Hierarchy
path Parameters
workspaceId required | string |
Request Body schema: application/json
Array
required | object (AssigneeIdentifier) Identifier of a user or user-group. |
hierarchyPermissions | Array of strings Items Enum: "MANAGE" "ANALYZE" "EXPORT" "EXPORT_TABULAR" "EXPORT_PDF" "CREATE_AUTOMATION" "CREATE_FILTER_VIEW" "VIEW" |
permissions | Array of strings Items Enum: "MANAGE" "ANALYZE" "EXPORT" "EXPORT_TABULAR" "EXPORT_PDF" "CREATE_AUTOMATION" "CREATE_FILTER_VIEW" "VIEW" |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "assigneeIdentifier": {
- "id": "string",
- "type": "user"
}, - "hierarchyPermissions": [
- "MANAGE"
], - "permissions": [
- "MANAGE"
]
}
]
Set organization permissions
Sets organization permissions
Request Body schema: application/json
Array
required | object (AssigneeIdentifier) Identifier of a user or user-group. |
name required | string Enum: "MANAGE" "SELF_CREATE_TOKEN" Permission name. |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
]
Set permissions for the user-group
Set effective permissions for the user-group
path Parameters
userGroupId required | string |
Request Body schema: application/json
Array of objects (DeclarativeUserGroupPermission) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
]
}
Set permissions for the user
Set effective permissions for the user
path Parameters
userId required | string |
Request Body schema: application/json
Array of objects (DeclarativeUserPermission) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "SEE"
}
]
}
Get permissions for the workspace
Retrieve current set of permissions of the workspace in a declarative form.
path Parameters
workspaceId required | string |
Responses
Response samples
- 200
Content type
application/json
{- "hierarchyPermissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
]
}
Set permissions for the workspace
Set effective permissions for the workspace
path Parameters
workspaceId required | string |
Request Body schema: application/json
Array of objects (DeclarativeWorkspaceHierarchyPermission) [ items ] | |
Array of objects (DeclarativeSingleWorkspacePermission) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "hierarchyPermissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
]
}
Response samples
- 200
Content type
application/json
{- "dataSources": [
- {
- "cacheStrategy": "ALWAYS",
- "clientId": "client1234",
- "clientSecret": "string",
- "decodedParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "id": "pg_local_docker-demo",
- "name": "postgres demo",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "password": "*****",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "privateKey": "string",
- "privateKeyPassphrase": "string",
- "schema": "demo",
- "token": "Bigquery service account JSON. Encode it using base64!",
- "type": "POSTGRESQL",
- "url": "jdbc:postgresql://postgres:5432/gooddata",
- "username": "demo"
}
]
}
Put all data sources
Set all data sources including related physical model.
Request Body schema: application/json
required | Array of objects (DeclarativeDataSource) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "dataSources": [
- {
- "cacheStrategy": "ALWAYS",
- "clientId": "client1234",
- "clientSecret": "string",
- "decodedParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "id": "pg_local_docker-demo",
- "name": "postgres demo",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "password": "*****",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "privateKey": "string",
- "privateKeyPassphrase": "string",
- "schema": "demo",
- "token": "Bigquery service account JSON. Encode it using base64!",
- "type": "POSTGRESQL",
- "url": "jdbc:postgresql://postgres:5432/gooddata",
- "username": "demo"
}
]
}
Get all Data Source Identifiers
query Parameters
filter | string Example: filter=filter=name==someString;schema==someString 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "permissions" "page" "all" "ALL" Example: metaInclude=metaInclude=permissions,page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "name": "string",
- "schema": "string",
- "type": "POSTGRESQL"
}, - "id": "id1",
- "meta": {
- "permissions": [
- "MANAGE"
]
}, - "type": "dataSourceIdentifier",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Get Data Source Identifier
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;schema==someString 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'). |
metaInclude | Array of strings unique Items Enum: "permissions" "all" "ALL" Example: metaInclude=metaInclude=permissions,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "name": "string",
- "schema": "string",
- "type": "POSTGRESQL"
}, - "id": "id1",
- "meta": {
- "permissions": [
- "MANAGE"
]
}, - "type": "dataSourceIdentifier"
},
}
Get Data Source entities
Data Source - represents data source for the workspace
query Parameters
filter | string Example: filter=filter=name==someString;type==DatabaseTypeValue 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "permissions" "page" "all" "ALL" Example: metaInclude=metaInclude=permissions,page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "authenticationType": "USERNAME_PASSWORD",
- "cacheStrategy": "ALWAYS",
- "clientId": "string",
- "decodedParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "name": "string",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "schema": "string",
- "type": "POSTGRESQL",
- "url": "string",
- "username": "string"
}, - "id": "id1",
- "meta": {
- "permissions": [
- "MANAGE"
]
}, - "type": "dataSource",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Data Sources
Data Source - represents data source for the workspace
query Parameters
metaInclude | Array of strings unique Items Enum: "permissions" "all" "ALL" Example: metaInclude=metaInclude=permissions,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiDataSourceIn) JSON:API representation of dataSource entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "cacheStrategy": "ALWAYS",
- "clientId": "string",
- "clientSecret": "string",
- "name": "string",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "password": "string",
- "privateKey": "string",
- "privateKeyPassphrase": "string",
- "schema": "string",
- "token": "string",
- "type": "POSTGRESQL",
- "url": "string",
- "username": "string"
}, - "id": "id1",
- "type": "dataSource"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "authenticationType": "USERNAME_PASSWORD",
- "cacheStrategy": "ALWAYS",
- "clientId": "string",
- "decodedParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "name": "string",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "schema": "string",
- "type": "POSTGRESQL",
- "url": "string",
- "username": "string"
}, - "id": "id1",
- "meta": {
- "permissions": [
- "MANAGE"
]
}, - "type": "dataSource"
},
}
Delete Data Source entity
Data Source - represents data source for the workspace
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;type==DatabaseTypeValue 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'). |
Responses
Get Data Source entity
Data Source - represents data source for the workspace
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;type==DatabaseTypeValue 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'). |
metaInclude | Array of strings unique Items Enum: "permissions" "all" "ALL" Example: metaInclude=metaInclude=permissions,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "authenticationType": "USERNAME_PASSWORD",
- "cacheStrategy": "ALWAYS",
- "clientId": "string",
- "decodedParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "name": "string",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "schema": "string",
- "type": "POSTGRESQL",
- "url": "string",
- "username": "string"
}, - "id": "id1",
- "meta": {
- "permissions": [
- "MANAGE"
]
}, - "type": "dataSource"
},
}
Patch Data Source entity
Data Source - represents data source for the workspace
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;type==DatabaseTypeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiDataSourcePatch) JSON:API representation of patching dataSource entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "cacheStrategy": "ALWAYS",
- "clientId": "string",
- "clientSecret": "string",
- "name": "string",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "password": "string",
- "privateKey": "string",
- "privateKeyPassphrase": "string",
- "schema": "string",
- "token": "string",
- "type": "POSTGRESQL",
- "url": "string",
- "username": "string"
}, - "id": "id1",
- "type": "dataSource"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "authenticationType": "USERNAME_PASSWORD",
- "cacheStrategy": "ALWAYS",
- "clientId": "string",
- "decodedParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "name": "string",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "schema": "string",
- "type": "POSTGRESQL",
- "url": "string",
- "username": "string"
}, - "id": "id1",
- "meta": {
- "permissions": [
- "MANAGE"
]
}, - "type": "dataSource"
},
}
Put Data Source entity
Data Source - represents data source for the workspace
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;type==DatabaseTypeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiDataSourceIn) JSON:API representation of dataSource entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "cacheStrategy": "ALWAYS",
- "clientId": "string",
- "clientSecret": "string",
- "name": "string",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "password": "string",
- "privateKey": "string",
- "privateKeyPassphrase": "string",
- "schema": "string",
- "token": "string",
- "type": "POSTGRESQL",
- "url": "string",
- "username": "string"
}, - "id": "id1",
- "type": "dataSource"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "authenticationType": "USERNAME_PASSWORD",
- "cacheStrategy": "ALWAYS",
- "clientId": "string",
- "decodedParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "name": "string",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "schema": "string",
- "type": "POSTGRESQL",
- "url": "string",
- "username": "string"
}, - "id": "id1",
- "meta": {
- "permissions": [
- "MANAGE"
]
}, - "type": "dataSource"
},
}
Test connection by data source definition
Test if it is possible to connect to a database using a connection provided by the data source definition in the request body.
Request Body schema: application/json
clientId | string Id for client based authentication for data sources which supports it. |
clientSecret | string Secret for client based authentication for data sources which supports it. |
Array of objects (DataSourceParameter) [ items ] | |
password | string Database user password. |
privateKey | string Private key for data sources which supports key-pair authentication. |
privateKeyPassphrase | string Passphrase for a encrypted version of a private key. |
schema | string Database schema. |
token | string Secret for token based authentication for data sources which supports it. |
type required | string Enum: "POSTGRESQL" "REDSHIFT" "VERTICA" "SNOWFLAKE" "ADS" "BIGQUERY" "MSSQL" "PRESTO" "DREMIO" "DRILL" "GREENPLUM" "AZURESQL" "SYNAPSESQL" "DATABRICKS" "GDSTORAGE" "CLICKHOUSE" "MYSQL" "MARIADB" "ORACLE" "PINOT" "SINGLESTORE" "MOTHERDUCK" "FLEXCONNECT" Type of database, where test should connect to. |
url | string URL to database in JDBC format, where test should connect to. |
username | string Database user name. |
Responses
Request samples
- Payload
Content type
application/json
{- "clientId": "string",
- "clientSecret": "string",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "password": "admin123",
- "privateKey": "string",
- "privateKeyPassphrase": "string",
- "schema": "public",
- "token": "string",
- "type": "POSTGRESQL",
- "url": "jdbc:postgresql://localhost:5432/db_name",
- "username": "dbadmin"
}
Response samples
- 200
Content type
application/json
Example
An example of a successful connection
An example of a successful connection
An example of an unsuccessful connection
An example of a successful connection
{- "queryDurationMillis": {
- "createCacheTable": 235,
- "simpleSelect": 562
}, - "successful": true
}
Test data source connection by data source id
Test if it is possible to connect to a database using an existing data source definition.
path Parameters
dataSourceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Example: myPostgres Data source id |
Request Body schema: application/json
clientId | string Id for client based authentication for data sources which supports it. |
clientSecret | string Secret for client based authentication for data sources which supports it. |
Array of objects (DataSourceParameter) [ items ] | |
password | string Database user password. |
privateKey | string Private key for data sources which supports key-pair authentication. |
privateKeyPassphrase | string Passphrase for a encrypted version of a private key. |
schema | string Database schema. |
token | string Secret for token based authentication for data sources which supports it. |
url | string URL to database in JDBC format, where test should connect to. |
username | string Database user name. |
Responses
Request samples
- Payload
Content type
application/json
{- "clientId": "string",
- "clientSecret": "string",
- "parameters": [
- {
- "name": "string",
- "value": "string"
}
], - "password": "admin123",
- "privateKey": "string",
- "privateKeyPassphrase": "string",
- "schema": "public",
- "token": "string",
- "url": "jdbc:postgresql://localhost:5432/db_name",
- "username": "dbadmin"
}
Response samples
- 200
Content type
application/json
Example
An example of a successful connection
An example of a successful connection
An example of an unsuccessful connection
An example of a successful connection
{- "queryDurationMillis": {
- "createCacheTable": 235,
- "simpleSelect": 562
}, - "successful": true
}
Manage Permissions for a Data Source
Manage Permissions for a Data Source
path Parameters
dataSourceId required | string |
Request Body schema: application/json
Array
required | object (AssigneeIdentifier) Identifier of a user or user-group. |
permissions required | Array of strings Items Enum: "MANAGE" "USE" |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "assigneeIdentifier": {
- "id": "string",
- "type": "user"
}, - "permissions": [
- "MANAGE"
]
}
]
Set data source permissions.
set data source permissions.
path Parameters
dataSourceId required | string |
Request Body schema: application/json
Array of objects (DeclarativeDataSourcePermission) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
]
}
Scan a database to get a physical data model (PDM)
It scans a database and transforms its metadata to a declarative definition of the physical data model (PDM). The result of the request contains the mentioned physical data model (PDM) of a database within warning, for example, about unsupported columns.
path Parameters
dataSourceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Example: myPostgres Data source id |
Request Body schema: application/json
scanTables required | boolean A flag indicating whether the tables should be scanned. |
scanViews required | boolean A flag indicating whether the views should be scanned. |
schemata | Array of strings What schemata will be scanned. |
separator required | string A separator between prefixes and the names. |
tablePrefix | string Tables starting with this prefix will be scanned. The prefix is then followed by the value of |
viewPrefix | string Views starting with this prefix will be scanned. The prefix is then followed by the value of |
Responses
Request samples
- Payload
Content type
application/json
{- "scanTables": true,
- "scanViews": true,
- "schemata": [
- "tpch",
- "demo"
], - "separator": "__",
- "tablePrefix": "out_table",
- "viewPrefix": "out_view"
}
Response samples
- 200
Content type
application/json
An example of a successful scan
{- "pdm": {
- "tables": [
- {
- "columns": [
- {
- "dataType": "NUMERIC",
- "isPrimaryKey": false,
- "name": "budget"
}, - {
- "dataType": "STRING",
- "isPrimaryKey": false,
- "name": "category"
}, - {
- "dataType": "NUMERIC",
- "isPrimaryKey": false,
- "name": "spend"
}
], - "id": "campaign_channels",
- "path": [
- "demo",
- "campaign_channels"
], - "type": "TABLE"
}
]
}, - "warnings": [ ]
}
Get a list of schema names of a database
It scans a database and reads metadata. The result of the request contains a list of schema names of a database.
path Parameters
dataSourceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Example: myPostgres Data source id |
Responses
Response samples
- 200
Content type
application/json
An example of a successful scan
{- "schemaNames": [
- "demo",
- "public"
]
}
Collect metadata about SQL query
It executes SQL query against specified data source and extracts metadata. Metadata consist of column names and column data types. It can optionally provide also preview of data returned by SQL query
path Parameters
dataSourceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Example: myPostgres Data source id |
Request Body schema: application/json
sql required | string SQL query to be analyzed. |
Responses
Request samples
- Payload
Content type
application/json
{- "sql": "SELECT a.special_value as result FROM tableA a"
}
Response samples
- 200
Content type
application/json
An example of a successful scan
{- "columns": [
- {
- "dataType": "NUMERIC",
- "name": "budget"
}, - {
- "dataType": "STRING",
- "name": "category"
}, - {
- "dataType": "NUMERIC",
- "name": "spend"
}
], - "dataPreview": [
- [
- "1000",
- "campaign1",
- "458.8"
], - [
- "1800",
- "campaign2",
- "144"
]
]
}
Import CSV
Import the CSV files at the given locations in the staging area to the final location.
path Parameters
dataSourceId required | string |
Request Body schema: application/json
required | Array of objects (ImportCsvRequestTable) [ items ] Information about the individual tables. |
Responses
Request samples
- Payload
Content type
application/json
{- "tables": [
- {
- "name": "string",
- "source": {
- "config": {
- "columnDateFormats": {
- "property1": "string",
- "property2": "string"
}, - "convertOptions": {
- "autoDictEncode": true,
- "autoDictMaxCardinality": 0,
- "checkUtf8": true,
- "columnTypes": [
- {
- "name": "string",
- "nullable": true,
- "type": "string"
}
], - "decimalPoint": "string",
- "falseValues": [
- "string"
], - "includeColumns": [
- "string"
], - "includeMissingColumns": true,
- "nullValues": [
- "string"
], - "quotedStringsCanBeNull": true,
- "stringsCanBeNull": true,
- "timestampParsers": [
- "string"
], - "trueValues": [
- "string"
]
}, - "parseOptions": {
- "delimiter": "string",
- "doubleQuote": true,
- "escapeChar": { },
- "ignoreEmptyLines": true,
- "newlinesInValues": true,
- "quoteChar": { }
}, - "readOptions": {
- "autoGenerateColumnNames": true,
- "blockSize": 0,
- "columnNames": [
- "string"
], - "encoding": "string",
- "skipRows": 0,
- "skipRowsAfterNames": 0,
- "useThreads": true
}
}, - "location": "string"
}
}
]
}
Response samples
- 200
Content type
application/json
[- {
- "name": "string",
- "version": 0
}
]
Analyze CSV
Analyzes CSV files at the given locations
Request Body schema: application/json
required | Array of objects (AnalyzeCsvRequestItem) [ items ] List of individual CSV analysis requests. |
Responses
Request samples
- Payload
Content type
application/json
{- "analyzeRequests": [
- {
- "config": {
- "delimiters": [
- "string"
], - "headerDetectMaxRows": 0,
- "headerRowCount": 0,
- "resultRows": 0
}, - "location": "string"
}
]
}
Response samples
- 200
Content type
application/json
[- {
- "columns": [
- {
- "detectedDateFormats": [
- "string"
], - "name": "string",
- "type": "string"
}
], - "config": {
- "convertOptions": {
- "autoDictEncode": true,
- "autoDictMaxCardinality": 0,
- "checkUtf8": true,
- "columnTypes": [
- {
- "name": "string",
- "nullable": true,
- "type": "string"
}
], - "decimalPoint": "string",
- "falseValues": [
- "string"
], - "includeColumns": [
- "string"
], - "includeMissingColumns": true,
- "nullValues": [
- "string"
], - "quotedStringsCanBeNull": true,
- "stringsCanBeNull": true,
- "timestampParsers": [
- "string"
], - "trueValues": [
- "string"
]
}, - "parseOptions": {
- "delimiter": "string",
- "doubleQuote": true,
- "escapeChar": { },
- "ignoreEmptyLines": true,
- "newlinesInValues": true,
- "quoteChar": { }
}, - "readOptions": {
- "autoGenerateColumnNames": true,
- "blockSize": 0,
- "columnNames": [
- "string"
], - "encoding": "string",
- "skipRows": 0,
- "skipRowsAfterNames": 0,
- "useThreads": true
}
}, - "location": "string",
- "previewData": [
- [
- { }
]
]
}
]
Delete datasource files
Delete the files in the given data source.
path Parameters
dataSourceId required | string |
Request Body schema: application/json
fileNames required | Array of strings Names of the files to delete. |
Responses
Request samples
- Payload
Content type
application/json
{- "fileNames": [
- "string"
]
}
Read CSV file manifests
Read the manifests of the CSV files in the given data source.
path Parameters
dataSourceId required | string |
Request Body schema: application/json
required | Array of objects (ReadCsvFileManifestsRequestItem) [ items ] Files to read the manifests for. |
Responses
Request samples
- Payload
Content type
application/json
{- "manifestRequests": [
- {
- "fileName": "string",
- "version": 0
}
]
}
Response samples
- 200
Content type
application/json
[- {
- "manifest": {
- "column_date_formats": {
- "property1": "string",
- "property2": "string"
}, - "convert": {
- "autoDictEncode": true,
- "autoDictMaxCardinality": 0,
- "checkUtf8": true,
- "columnTypes": [
- {
- "name": "string",
- "nullable": true,
- "type": "string"
}
], - "decimalPoint": "string",
- "falseValues": [
- "string"
], - "includeColumns": [
- "string"
], - "includeMissingColumns": true,
- "nullValues": [
- "string"
], - "quotedStringsCanBeNull": true,
- "stringsCanBeNull": true,
- "timestampParsers": [
- "string"
], - "trueValues": [
- "string"
]
}, - "parse": {
- "delimiter": "string",
- "doubleQuote": true,
- "escapeChar": { },
- "ignoreEmptyLines": true,
- "newlinesInValues": true,
- "quoteChar": { }
}, - "read": {
- "autoGenerateColumnNames": true,
- "blockSize": 0,
- "columnNames": [
- "string"
], - "encoding": "string",
- "skipRows": 0,
- "skipRowsAfterNames": 0,
- "useThreads": true
}, - "read_method": "string"
}, - "name": "string",
- "version": 0
}
]
Get Workspace entities
Space of the shared interest
query Parameters
filter | string Example: filter=filter=name==someString;earlyAccess==someString;parent.id==321 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'). |
include | Array of strings Items Enum: "workspaces" "parent" "ALL" Example: include=include=parent 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "permissions" "config" "hierarchy" "dataModelDatasets" "page" "all" "ALL" Example: metaInclude=metaInclude=permissions,config,hierarchy,dataModelDatasets,page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "meta": {
- "config": {
- "approximateCountAvailable": false,
- "dataSamplingAvailable": false,
- "showAllValuesOnDatesAvailable": false
}, - "dataModel": {
- "datasetCount": 0
}, - "hierarchy": {
- "childrenCount": 0
}, - "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace",
}
], - "included": [
- {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "meta": {
- "config": {
- "approximateCountAvailable": false,
- "dataSamplingAvailable": false,
- "showAllValuesOnDatesAvailable": false
}, - "dataModel": {
- "datasetCount": 0
}, - "hierarchy": {
- "childrenCount": 0
}, - "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Workspace entities
Space of the shared interest
query Parameters
include | Array of strings Items Enum: "workspaces" "parent" "ALL" Example: include=include=parent 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. |
metaInclude | Array of strings unique Items Enum: "permissions" "config" "hierarchy" "dataModelDatasets" "all" "ALL" Example: metaInclude=metaInclude=permissions,config,hierarchy,dataModelDatasets,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiWorkspaceIn) JSON:API representation of workspace entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "meta": {
- "config": {
- "approximateCountAvailable": false,
- "dataSamplingAvailable": false,
- "showAllValuesOnDatesAvailable": false
}, - "dataModel": {
- "datasetCount": 0
}, - "hierarchy": {
- "childrenCount": 0
}, - "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace"
}, - "included": [
- {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "meta": {
- "config": {
- "approximateCountAvailable": false,
- "dataSamplingAvailable": false,
- "showAllValuesOnDatesAvailable": false
}, - "dataModel": {
- "datasetCount": 0
}, - "hierarchy": {
- "childrenCount": 0
}, - "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace",
}
],
}
Delete Workspace entity
Space of the shared interest
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;earlyAccess==someString;parent.id==321 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'). |
Responses
Get Workspace entity
Space of the shared interest
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;earlyAccess==someString;parent.id==321 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'). |
include | Array of strings Items Enum: "workspaces" "parent" "ALL" Example: include=include=parent 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. |
metaInclude | Array of strings unique Items Enum: "permissions" "config" "hierarchy" "dataModelDatasets" "all" "ALL" Example: metaInclude=metaInclude=permissions,config,hierarchy,dataModelDatasets,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "meta": {
- "config": {
- "approximateCountAvailable": false,
- "dataSamplingAvailable": false,
- "showAllValuesOnDatesAvailable": false
}, - "dataModel": {
- "datasetCount": 0
}, - "hierarchy": {
- "childrenCount": 0
}, - "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace"
}, - "included": [
- {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "meta": {
- "config": {
- "approximateCountAvailable": false,
- "dataSamplingAvailable": false,
- "showAllValuesOnDatesAvailable": false
}, - "dataModel": {
- "datasetCount": 0
}, - "hierarchy": {
- "childrenCount": 0
}, - "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace",
}
],
}
Patch Workspace entity
Space of the shared interest
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;earlyAccess==someString;parent.id==321 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'). |
include | Array of strings Items Enum: "workspaces" "parent" "ALL" Example: include=include=parent 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiWorkspacePatch) JSON:API representation of patching workspace entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "meta": {
- "config": {
- "approximateCountAvailable": false,
- "dataSamplingAvailable": false,
- "showAllValuesOnDatesAvailable": false
}, - "dataModel": {
- "datasetCount": 0
}, - "hierarchy": {
- "childrenCount": 0
}, - "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace"
}, - "included": [
- {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "meta": {
- "config": {
- "approximateCountAvailable": false,
- "dataSamplingAvailable": false,
- "showAllValuesOnDatesAvailable": false
}, - "dataModel": {
- "datasetCount": 0
}, - "hierarchy": {
- "childrenCount": 0
}, - "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace",
}
],
}
Put Workspace entity
Space of the shared interest
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;earlyAccess==someString;parent.id==321 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'). |
include | Array of strings Items Enum: "workspaces" "parent" "ALL" Example: include=include=parent 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiWorkspaceIn) JSON:API representation of workspace entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "meta": {
- "config": {
- "approximateCountAvailable": false,
- "dataSamplingAvailable": false,
- "showAllValuesOnDatesAvailable": false
}, - "dataModel": {
- "datasetCount": 0
}, - "hierarchy": {
- "childrenCount": 0
}, - "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace"
}, - "included": [
- {
- "attributes": {
- "cacheExtraLimit": 0,
- "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "name": "string",
- "prefix": "string"
}, - "id": "id1",
- "meta": {
- "config": {
- "approximateCountAvailable": false,
- "dataSamplingAvailable": false,
- "showAllValuesOnDatesAvailable": false
}, - "dataModel": {
- "datasetCount": 0
}, - "hierarchy": {
- "childrenCount": 0
}, - "permissions": [
- "MANAGE"
]
}, - "relationships": {
- "parent": {
- "data": {
- "id": "string",
- "type": "workspace"
}
}
}, - "type": "workspace",
}
],
}
Get all workspaces layout
Gets complete layout of workspaces, their hierarchy, models.
query Parameters
exclude | Array of strings Items Value: "ACTIVITY_INFO" |
Responses
Response samples
- 200
Content type
application/json
{- "workspaceDataFilters": [
- {
- "columnName": "country_id",
- "description": "ID of country",
- "id": "country_id",
- "title": "Country ID",
- "workspace": "{ id: demo, type: workspace }",
- "workspaceDataFilterSettings": [
- {
- "description": "ID of country setting",
- "filterValues": [
- "US"
], - "id": "country_id_setting",
- "title": "Country ID setting",
- "workspace": "{ id: demo, type: workspace }"
}
]
}
], - "workspaces": [
- {
- "automations": [
- {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": { }
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": { }
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": null,
- "filter": null,
- "localIdentifier": null
}
}
], - "measures": [
- {
- "definition": {
- "inline": { }
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "analyticalDashboard": {
- "id": "dashboard123",
- "type": "analyticalDashboard"
}, - "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "string",
- "details": {
- "property1": "string",
- "property2": "string"
}, - "exportDefinitions": [
- {
- "id": "export123",
- "type": "exportDefinition"
}
], - "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "id": "string",
- "metadata": { },
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "notificationChannel": {
- "id": "webhook123",
- "type": "notificationChannel"
}, - "recipients": [
- {
- "id": "example123",
- "type": "user"
}
], - "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "cronDescription": "string",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": null,
- "property2": null
}, - "metrics": {
- "property1": null,
- "property2": null
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "[\"Revenue\",\"Sales\"]"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}
], - "cacheExtraLimit": 0,
- "customApplicationSettings": [
- {
- "applicationName": "Modeler",
- "content": { },
- "id": "modeler.demo"
}
], - "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "filterViews": [
- {
- "analyticalDashboard": {
- "id": "dashboard123",
- "type": "analyticalDashboard"
}, - "content": { },
- "description": "string",
- "id": "filterView-1",
- "isDefault": true,
- "tags": [
- "[\"Revenue\",\"Sales\"]"
], - "title": "string",
- "user": {
- "id": "example123",
- "type": "user"
}
}
], - "hierarchyPermissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "id": "alpha.sales",
- "model": {
- "analytics": {
- "analyticalDashboardExtensions": [
- {
- "id": "revenues-analysis",
- "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": null,
- "type": null
}
}
]
}
], - "analyticalDashboards": [
- {
- "content": { },
- "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Period to period comparison of revenues in main sectors.",
- "id": "revenues-analysis",
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": null,
- "type": null
}
}
], - "tags": [
- "Revenues"
], - "title": "Revenues analysis"
}
], - "attributeHierarchies": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "hierarchy-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
], - "dashboardPlugins": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Three dimensional view of data.",
- "id": "dashboard-plugin-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "3D map renderer"
}
], - "exportDefinitions": [
- {
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "export-definition-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": null,
- "property2": null
}, - "metrics": {
- "property1": null,
- "property2": null
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}, - "tags": [
- "Revenues"
], - "title": "My regular export"
}
], - "filterContexts": [
- {
- "content": { },
- "description": "Filter Context for Sales team.",
- "id": "filter-sales",
- "tags": [
- "Revenues"
], - "title": "Filter Context for Sales team"
}
], - "metrics": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Sales for all the data available.",
- "id": "total-sales",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Total sales"
}
], - "visualizationObjects": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "visualization-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
]
}, - "ldm": {
- "datasetExtensions": [
- {
- "id": "customers",
- "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": null,
- "type": null
}
}
]
}
], - "datasets": [
- {
- "attributes": [
- {
- "defaultView": {
- "id": null,
- "type": null
}, - "description": "Customer name including first and last name.",
- "id": "attr.customers.customer_name",
- "labels": [
- null
], - "sortColumn": "customer_name",
- "sortDirection": "\"ASC\" | \"DESC\"",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer Name"
}
], - "dataSourceTableId": {
- "dataSourceId": "my-postgres",
- "id": "customers",
- "type": "DATA_SOURCE"
}, - "description": "The customers of ours.",
- "facts": [
- {
- "description": "A number of orders created by the customer - including all orders, even the non-delivered ones.",
- "id": "fact.customer_order_count",
- "sourceColumn": "customer_order_count",
- "sourceColumnDataType": "NUMERIC",
- "tags": [
- "Customers"
], - "title": "Customer order count"
}
], - "grain": [
- {
- "id": "customer_id",
- "type": "attribute"
}
], - "id": "customers",
- "references": [
- {
- "identifier": {
- "id": null,
- "type": null
}, - "multivalue": false,
- "sourceColumnDataTypes": [
- null
], - "sourceColumns": [
- "customer_id"
], - "sources": [
- null
]
}
], - "sql": {
- "dataSourceId": "my-postgres",
- "statement": "SELECT * FROM some_table"
}, - "tags": [
- "Customers"
], - "title": "Customers",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "customer_id"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": null,
- "type": null
}
}
]
}
], - "dateInstances": [
- {
- "description": "A customer order date",
- "granularities": [
- "MINUTE"
], - "granularitiesFormatting": {
- "titleBase": "string",
- "titlePattern": "%titleBase - %granularityTitle"
}, - "id": "date",
- "tags": [
- "Customer dates"
], - "title": "Date"
}
]
}
}, - "name": "Alpha Sales",
- "parent": "{ id: demo, type: workspace }",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "prefix": "string",
- "settings": [
- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
], - "userDataFilters": [
- {
- "description": "ID of country setting",
- "id": "country_id_setting",
- "maql": "{label/country} = \"USA\" AND {label/date.year} = THIS(YEAR)",
- "tags": [
- "Revenues"
], - "title": "Country ID setting",
- "user": {
- "id": "example123",
- "type": "user"
}, - "userGroup": {
- "id": "admins",
- "type": "userGroup"
}
}
]
}
]
}
Set all workspaces layout
Sets complete layout of workspaces, their hierarchy, models.
Request Body schema: application/json
required | Array of objects (DeclarativeWorkspaceDataFilter) [ items ] |
required | Array of objects (DeclarativeWorkspace) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "workspaceDataFilters": [
- {
- "columnName": "country_id",
- "description": "ID of country",
- "id": "country_id",
- "title": "Country ID",
- "workspace": "{ id: demo, type: workspace }",
- "workspaceDataFilterSettings": [
- {
- "description": "ID of country setting",
- "filterValues": [
- "US"
], - "id": "country_id_setting",
- "title": "Country ID setting",
- "workspace": "{ id: demo, type: workspace }"
}
]
}
], - "workspaces": [
- {
- "automations": [
- {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": { }
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": { }
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": null,
- "filter": null,
- "localIdentifier": null
}
}
], - "measures": [
- {
- "definition": {
- "inline": { }
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "analyticalDashboard": {
- "id": "dashboard123",
- "type": "analyticalDashboard"
}, - "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "string",
- "details": {
- "property1": "string",
- "property2": "string"
}, - "exportDefinitions": [
- {
- "id": "export123",
- "type": "exportDefinition"
}
], - "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "id": "string",
- "metadata": { },
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "notificationChannel": {
- "id": "webhook123",
- "type": "notificationChannel"
}, - "recipients": [
- {
- "id": "example123",
- "type": "user"
}
], - "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": null,
- "property2": null
}, - "metrics": {
- "property1": null,
- "property2": null
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "[\"Revenue\",\"Sales\"]"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}
], - "cacheExtraLimit": 0,
- "customApplicationSettings": [
- {
- "applicationName": "Modeler",
- "content": { },
- "id": "modeler.demo"
}
], - "dataSource": {
- "id": "snowflake.instance.1",
- "schemaPath": [
- "subPath"
]
}, - "description": "string",
- "earlyAccess": "string",
- "earlyAccessValues": [
- "string"
], - "filterViews": [
- {
- "analyticalDashboard": {
- "id": "dashboard123",
- "type": "analyticalDashboard"
}, - "content": { },
- "description": "string",
- "id": "filterView-1",
- "isDefault": true,
- "tags": [
- "[\"Revenue\",\"Sales\"]"
], - "title": "string",
- "user": {
- "id": "example123",
- "type": "user"
}
}
], - "hierarchyPermissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "id": "alpha.sales",
- "model": {
- "analytics": {
- "analyticalDashboardExtensions": [
- {
- "id": "revenues-analysis",
- "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": null,
- "type": null
}
}
]
}
], - "analyticalDashboards": [
- {
- "content": { },
- "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Period to period comparison of revenues in main sectors.",
- "id": "revenues-analysis",
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": null,
- "type": null
}
}
], - "tags": [
- "Revenues"
], - "title": "Revenues analysis"
}
], - "attributeHierarchies": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "hierarchy-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
], - "dashboardPlugins": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Three dimensional view of data.",
- "id": "dashboard-plugin-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "3D map renderer"
}
], - "exportDefinitions": [
- {
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "export-definition-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": null,
- "property2": null
}, - "metrics": {
- "property1": null,
- "property2": null
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}, - "tags": [
- "Revenues"
], - "title": "My regular export"
}
], - "filterContexts": [
- {
- "content": { },
- "description": "Filter Context for Sales team.",
- "id": "filter-sales",
- "tags": [
- "Revenues"
], - "title": "Filter Context for Sales team"
}
], - "metrics": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Sales for all the data available.",
- "id": "total-sales",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Total sales"
}
], - "visualizationObjects": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "visualization-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
]
}, - "ldm": {
- "datasetExtensions": [
- {
- "id": "customers",
- "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": null,
- "type": null
}
}
]
}
], - "datasets": [
- {
- "attributes": [
- {
- "defaultView": {
- "id": null,
- "type": null
}, - "description": "Customer name including first and last name.",
- "id": "attr.customers.customer_name",
- "labels": [
- null
], - "sortColumn": "customer_name",
- "sortDirection": "\"ASC\" | \"DESC\"",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer Name"
}
], - "dataSourceTableId": {
- "dataSourceId": "my-postgres",
- "id": "customers",
- "type": "DATA_SOURCE"
}, - "description": "The customers of ours.",
- "facts": [
- {
- "description": "A number of orders created by the customer - including all orders, even the non-delivered ones.",
- "id": "fact.customer_order_count",
- "sourceColumn": "customer_order_count",
- "sourceColumnDataType": "NUMERIC",
- "tags": [
- "Customers"
], - "title": "Customer order count"
}
], - "grain": [
- {
- "id": "customer_id",
- "type": "attribute"
}
], - "id": "customers",
- "references": [
- {
- "identifier": {
- "id": null,
- "type": null
}, - "multivalue": false,
- "sourceColumnDataTypes": [
- null
], - "sourceColumns": [
- "customer_id"
], - "sources": [
- null
]
}
], - "sql": {
- "dataSourceId": "my-postgres",
- "statement": "SELECT * FROM some_table"
}, - "tags": [
- "Customers"
], - "title": "Customers",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "customer_id"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": null,
- "type": null
}
}
]
}
], - "dateInstances": [
- {
- "description": "A customer order date",
- "granularities": [
- "MINUTE"
], - "granularitiesFormatting": {
- "titleBase": "string",
- "titlePattern": "%titleBase - %granularityTitle"
}, - "id": "date",
- "tags": [
- "Customer dates"
], - "title": "Date"
}
]
}
}, - "name": "Alpha Sales",
- "parent": "{ id: demo, type: workspace }",
- "permissions": [
- {
- "assignee": {
- "id": "string",
- "type": "user"
}, - "name": "MANAGE"
}
], - "prefix": "string",
- "settings": [
- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
], - "userDataFilters": [
- {
- "description": "ID of country setting",
- "id": "country_id_setting",
- "maql": "{label/country} = \"USA\" AND {label/date.year} = THIS(YEAR)",
- "tags": [
- "Revenues"
], - "title": "Country ID setting",
- "user": {
- "id": "example123",
- "type": "user"
}, - "userGroup": {
- "id": "admins",
- "type": "userGroup"
}
}
]
}
]
}
Get workspace layout
Retrieve current model of the workspace in declarative form.
path Parameters
workspaceId required | string |
query Parameters
exclude | Array of strings Items Value: "ACTIVITY_INFO" |
Responses
Response samples
- 200
Content type
application/json
{- "analytics": {
- "analyticalDashboardExtensions": [
- {
- "id": "revenues-analysis",
- "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": "string",
- "type": "user"
}
}
]
}
], - "analyticalDashboards": [
- {
- "content": { },
- "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Period to period comparison of revenues in main sectors.",
- "id": "revenues-analysis",
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": "string",
- "type": "user"
}
}
], - "tags": [
- "Revenues"
], - "title": "Revenues analysis"
}
], - "attributeHierarchies": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "hierarchy-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
], - "dashboardPlugins": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Three dimensional view of data.",
- "id": "dashboard-plugin-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "3D map renderer"
}
], - "exportDefinitions": [
- {
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "export-definition-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}, - "tags": [
- "Revenues"
], - "title": "My regular export"
}
], - "filterContexts": [
- {
- "content": { },
- "description": "Filter Context for Sales team.",
- "id": "filter-sales",
- "tags": [
- "Revenues"
], - "title": "Filter Context for Sales team"
}
], - "metrics": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Sales for all the data available.",
- "id": "total-sales",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Total sales"
}
], - "visualizationObjects": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "visualization-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
]
}, - "ldm": {
- "datasetExtensions": [
- {
- "id": "customers",
- "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}
], - "datasets": [
- {
- "attributes": [
- {
- "defaultView": {
- "id": "label_id",
- "type": "label"
}, - "description": "Customer name including first and last name.",
- "id": "attr.customers.customer_name",
- "labels": [
- {
- "description": "Customer name",
- "id": "label.customer_name",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer name",
- "valueType": "TEXT"
}
], - "sortColumn": "customer_name",
- "sortDirection": "\"ASC\" | \"DESC\"",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer Name"
}
], - "dataSourceTableId": {
- "dataSourceId": "my-postgres",
- "id": "customers",
- "type": "DATA_SOURCE"
}, - "description": "The customers of ours.",
- "facts": [
- {
- "description": "A number of orders created by the customer - including all orders, even the non-delivered ones.",
- "id": "fact.customer_order_count",
- "sourceColumn": "customer_order_count",
- "sourceColumnDataType": "NUMERIC",
- "tags": [
- "Customers"
], - "title": "Customer order count"
}
], - "grain": [
- {
- "id": "customer_id",
- "type": "attribute"
}
], - "id": "customers",
- "references": [
- {
- "identifier": {
- "id": "customers",
- "type": "DATASET"
}, - "multivalue": false,
- "sourceColumnDataTypes": [
- "INT"
], - "sourceColumns": [
- "customer_id"
], - "sources": [
- {
- "column": "customer_id",
- "dataType": "STRING",
- "target": {
- "id": "customer_id",
- "type": "attribute"
}
}
]
}
], - "sql": {
- "dataSourceId": "my-postgres",
- "statement": "SELECT * FROM some_table"
}, - "tags": [
- "Customers"
], - "title": "Customers",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "customer_id"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}
], - "dateInstances": [
- {
- "description": "A customer order date",
- "granularities": [
- "MINUTE"
], - "granularitiesFormatting": {
- "titleBase": "string",
- "titlePattern": "%titleBase - %granularityTitle"
}, - "id": "date",
- "tags": [
- "Customer dates"
], - "title": "Date"
}
]
}
}
Set workspace layout
Set complete layout of workspace, like model, authorization, etc.
path Parameters
workspaceId required | string |
Request Body schema: application/json
object (DeclarativeAnalyticsLayer) | |
object (DeclarativeLdm) A logical data model (LDM) representation. |
Responses
Request samples
- Payload
Content type
application/json
{- "analytics": {
- "analyticalDashboardExtensions": [
- {
- "id": "revenues-analysis",
- "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": "string",
- "type": "user"
}
}
]
}
], - "analyticalDashboards": [
- {
- "content": { },
- "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Period to period comparison of revenues in main sectors.",
- "id": "revenues-analysis",
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": "string",
- "type": "user"
}
}
], - "tags": [
- "Revenues"
], - "title": "Revenues analysis"
}
], - "attributeHierarchies": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "hierarchy-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
], - "dashboardPlugins": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Three dimensional view of data.",
- "id": "dashboard-plugin-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "3D map renderer"
}
], - "exportDefinitions": [
- {
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "export-definition-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}, - "tags": [
- "Revenues"
], - "title": "My regular export"
}
], - "filterContexts": [
- {
- "content": { },
- "description": "Filter Context for Sales team.",
- "id": "filter-sales",
- "tags": [
- "Revenues"
], - "title": "Filter Context for Sales team"
}
], - "metrics": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Sales for all the data available.",
- "id": "total-sales",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Total sales"
}
], - "visualizationObjects": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "visualization-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
]
}, - "ldm": {
- "datasetExtensions": [
- {
- "id": "customers",
- "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}
], - "datasets": [
- {
- "attributes": [
- {
- "defaultView": {
- "id": "label_id",
- "type": "label"
}, - "description": "Customer name including first and last name.",
- "id": "attr.customers.customer_name",
- "labels": [
- {
- "description": "Customer name",
- "id": "label.customer_name",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer name",
- "valueType": "TEXT"
}
], - "sortColumn": "customer_name",
- "sortDirection": "\"ASC\" | \"DESC\"",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer Name"
}
], - "dataSourceTableId": {
- "dataSourceId": "my-postgres",
- "id": "customers",
- "type": "DATA_SOURCE"
}, - "description": "The customers of ours.",
- "facts": [
- {
- "description": "A number of orders created by the customer - including all orders, even the non-delivered ones.",
- "id": "fact.customer_order_count",
- "sourceColumn": "customer_order_count",
- "sourceColumnDataType": "NUMERIC",
- "tags": [
- "Customers"
], - "title": "Customer order count"
}
], - "grain": [
- {
- "id": "customer_id",
- "type": "attribute"
}
], - "id": "customers",
- "references": [
- {
- "identifier": {
- "id": "customers",
- "type": "DATASET"
}, - "multivalue": false,
- "sourceColumnDataTypes": [
- "INT"
], - "sourceColumns": [
- "customer_id"
], - "sources": [
- {
- "column": "customer_id",
- "dataType": "STRING",
- "target": {
- "id": "customer_id",
- "type": "attribute"
}
}
]
}
], - "sql": {
- "dataSourceId": "my-postgres",
- "statement": "SELECT * FROM some_table"
}, - "tags": [
- "Customers"
], - "title": "Customers",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "customer_id"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}
], - "dateInstances": [
- {
- "description": "A customer order date",
- "granularities": [
- "MINUTE"
], - "granularitiesFormatting": {
- "titleBase": "string",
- "titlePattern": "%titleBase - %granularityTitle"
}, - "id": "date",
- "tags": [
- "Customer dates"
], - "title": "Date"
}
]
}
}
Get all User Data Filters
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;user.id==321;userGroup.id==321 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'). |
include | Array of strings Items Enum: "users" "userGroups" "facts" "attributes" "labels" "metrics" "datasets" "user" "userGroup" "ALL" Example: include=include=user,userGroup,facts,attributes,labels,metrics,datasets 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "maql": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "userGroup": {
- "data": {
- "id": "string",
- "type": "userGroup"
}
}
}, - "type": "userDataFilter",
}
], - "included": [
- {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post User Data Filters
path Parameters
workspaceId required | string |
query Parameters
include | Array of strings Items Enum: "users" "userGroups" "facts" "attributes" "labels" "metrics" "datasets" "user" "userGroup" "ALL" Example: include=include=user,userGroup,facts,attributes,labels,metrics,datasets 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiUserDataFilterPostOptionalId) JSON:API representation of userDataFilter entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "maql": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "userGroup": {
- "data": {
- "id": "string",
- "type": "userGroup"
}
}
}, - "type": "userDataFilter"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "maql": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "userGroup": {
- "data": {
- "id": "string",
- "type": "userGroup"
}
}
}, - "type": "userDataFilter"
}, - "included": [
- {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user",
}
],
}
Delete a User Data Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;user.id==321;userGroup.id==321 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'). |
Responses
Get a User Data Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;user.id==321;userGroup.id==321 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'). |
include | Array of strings Items Enum: "users" "userGroups" "facts" "attributes" "labels" "metrics" "datasets" "user" "userGroup" "ALL" Example: include=include=user,userGroup,facts,attributes,labels,metrics,datasets 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "maql": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "userGroup": {
- "data": {
- "id": "string",
- "type": "userGroup"
}
}
}, - "type": "userDataFilter"
}, - "included": [
- {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user",
}
],
}
Patch a User Data Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;user.id==321;userGroup.id==321 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'). |
include | Array of strings Items Enum: "users" "userGroups" "facts" "attributes" "labels" "metrics" "datasets" "user" "userGroup" "ALL" Example: include=include=user,userGroup,facts,attributes,labels,metrics,datasets 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiUserDataFilterPatch) JSON:API representation of patching userDataFilter entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "maql": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "userGroup": {
- "data": {
- "id": "string",
- "type": "userGroup"
}
}
}, - "type": "userDataFilter"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "maql": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "userGroup": {
- "data": {
- "id": "string",
- "type": "userGroup"
}
}
}, - "type": "userDataFilter"
}, - "included": [
- {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user",
}
],
}
Put a User Data Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;user.id==321;userGroup.id==321 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'). |
include | Array of strings Items Enum: "users" "userGroups" "facts" "attributes" "labels" "metrics" "datasets" "user" "userGroup" "ALL" Example: include=include=user,userGroup,facts,attributes,labels,metrics,datasets 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiUserDataFilterIn) JSON:API representation of userDataFilter entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "maql": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "userGroup": {
- "data": {
- "id": "string",
- "type": "userGroup"
}
}
}, - "type": "userDataFilter"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "maql": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "userGroup": {
- "data": {
- "id": "string",
- "type": "userGroup"
}
}
}, - "type": "userDataFilter"
}, - "included": [
- {
- "attributes": {
- "authenticationId": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "relationships": {
- "userGroups": {
- "data": [
- {
- "id": "string",
- "type": "userGroup"
}
]
}
}, - "type": "user",
}
],
}
Get all Settings for Workspace Data Filters
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;workspaceDataFilter.id==321 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'). |
include | Array of strings Items Enum: "workspaceDataFilters" "workspaceDataFilter" "ALL" Example: include=include=workspaceDataFilter 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting",
}
], - "included": [
- {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Settings for Workspace Data Filters
path Parameters
workspaceId required | string |
query Parameters
include | Array of strings Items Enum: "workspaceDataFilters" "workspaceDataFilter" "ALL" Example: include=include=workspaceDataFilter 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiWorkspaceDataFilterSettingIn) JSON:API representation of workspaceDataFilterSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting"
}, - "included": [
- {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter",
}
],
}
Delete a Settings for Workspace Data Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;workspaceDataFilter.id==321 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'). |
Responses
Get a Setting for Workspace Data Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;workspaceDataFilter.id==321 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'). |
include | Array of strings Items Enum: "workspaceDataFilters" "workspaceDataFilter" "ALL" Example: include=include=workspaceDataFilter 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting"
}, - "included": [
- {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter",
}
],
}
Patch a Settings for Workspace Data Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;workspaceDataFilter.id==321 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'). |
include | Array of strings Items Enum: "workspaceDataFilters" "workspaceDataFilter" "ALL" Example: include=include=workspaceDataFilter 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiWorkspaceDataFilterSettingPatch) JSON:API representation of patching workspaceDataFilterSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting"
}, - "included": [
- {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter",
}
],
}
Put a Settings for Workspace Data Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;workspaceDataFilter.id==321 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'). |
include | Array of strings Items Enum: "workspaceDataFilters" "workspaceDataFilter" "ALL" Example: include=include=workspaceDataFilter 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiWorkspaceDataFilterSettingIn) JSON:API representation of workspaceDataFilterSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting"
}, - "included": [
- {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter",
}
],
}
Get all Workspace Data Filters
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString 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'). |
include | Array of strings Items Enum: "workspaceDataFilterSettings" "filterSettings" "ALL" Example: include=include=filterSettings 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter",
}
], - "included": [
- {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Workspace Data Filters
path Parameters
workspaceId required | string |
query Parameters
include | Array of strings Items Enum: "workspaceDataFilterSettings" "filterSettings" "ALL" Example: include=include=filterSettings 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiWorkspaceDataFilterIn) JSON:API representation of workspaceDataFilter entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter"
}, - "included": [
- {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting",
}
],
}
Delete a Workspace Data Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString 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'). |
Responses
Get a Workspace Data Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString 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'). |
include | Array of strings Items Enum: "workspaceDataFilterSettings" "filterSettings" "ALL" Example: include=include=filterSettings 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter"
}, - "included": [
- {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting",
}
],
}
Patch a Workspace Data Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString 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'). |
include | Array of strings Items Enum: "workspaceDataFilterSettings" "filterSettings" "ALL" Example: include=include=filterSettings 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiWorkspaceDataFilterPatch) JSON:API representation of patching workspaceDataFilter entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter"
}, - "included": [
- {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting",
}
],
}
Put a Workspace Data Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString 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'). |
include | Array of strings Items Enum: "workspaceDataFilterSettings" "filterSettings" "ALL" Example: include=include=filterSettings 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiWorkspaceDataFilterIn) JSON:API representation of workspaceDataFilter entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "columnName": "string",
- "description": "string",
- "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "filterSettings": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilterSetting"
}
]
}
}, - "type": "workspaceDataFilter"
}, - "included": [
- {
- "attributes": {
- "description": "string",
- "filterValues": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "workspaceDataFilter": {
- "data": {
- "id": "string",
- "type": "workspaceDataFilter"
}
}
}, - "type": "workspaceDataFilterSetting",
}
],
}
Get workspace data filters for all workspaces
Retrieve all workspaces and related workspace data filters (and their settings / values).
Responses
Response samples
- 200
Content type
application/json
{- "workspaceDataFilters": [
- {
- "columnName": "country_id",
- "description": "ID of country",
- "id": "country_id",
- "title": "Country ID",
- "workspace": "{ id: demo, type: workspace }",
- "workspaceDataFilterSettings": [
- {
- "description": "ID of country setting",
- "filterValues": [
- "US"
], - "id": "country_id_setting",
- "title": "Country ID setting",
- "workspace": "{ id: demo, type: workspace }"
}
]
}
]
}
Set all workspace data filters
Sets workspace data filters in all workspaces in entire organization.
Request Body schema: application/json
required | Array of objects (DeclarativeWorkspaceDataFilter) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "workspaceDataFilters": [
- {
- "columnName": "country_id",
- "description": "ID of country",
- "id": "country_id",
- "title": "Country ID",
- "workspace": "{ id: demo, type: workspace }",
- "workspaceDataFilterSettings": [
- {
- "description": "ID of country setting",
- "filterValues": [
- "US"
], - "id": "country_id_setting",
- "title": "Country ID setting",
- "workspace": "{ id: demo, type: workspace }"
}
]
}
]
}
Values for selected settings.
Resolves value for selected settings in a workspace by current user, workspace, organization, or default settings.
path Parameters
workspaceId required | string |
Request Body schema: application/json
settings required | Array of strings An array of setting IDs to resolve. |
Responses
Request samples
- Payload
Content type
application/json
{- "settings": [
- "timezone"
]
}
Response samples
- 200
Content type
application/json
[- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
]
Get all Custom Application Settings
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=applicationName==someString;content==JsonNodeValue 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "applicationName": "string",
- "content": { }
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "type": "customApplicationSetting",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Custom Application Settings
path Parameters
workspaceId required | string |
query Parameters
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiCustomApplicationSettingPostOptionalId) JSON:API representation of customApplicationSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "applicationName": "string",
- "content": { }
}, - "id": "id1",
- "type": "customApplicationSetting"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "applicationName": "string",
- "content": { }
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "type": "customApplicationSetting"
},
}
Delete a Custom Application Setting
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=applicationName==someString;content==JsonNodeValue 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'). |
Responses
Get a Custom Application Setting
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=applicationName==someString;content==JsonNodeValue 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'). |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "applicationName": "string",
- "content": { }
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "type": "customApplicationSetting"
},
}
Patch a Custom Application Setting
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=applicationName==someString;content==JsonNodeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiCustomApplicationSettingPatch) JSON:API representation of patching customApplicationSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "applicationName": "string",
- "content": { }
}, - "id": "id1",
- "type": "customApplicationSetting"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "applicationName": "string",
- "content": { }
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "type": "customApplicationSetting"
},
}
Put a Custom Application Setting
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=applicationName==someString;content==JsonNodeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiCustomApplicationSettingIn) JSON:API representation of customApplicationSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "applicationName": "string",
- "content": { }
}, - "id": "id1",
- "type": "customApplicationSetting"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "applicationName": "string",
- "content": { }
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "type": "customApplicationSetting"
},
}
Get all Setting for Workspaces
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "type": "workspaceSetting",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Settings for Workspaces
path Parameters
workspaceId required | string |
query Parameters
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiWorkspaceSettingPostOptionalId) JSON:API representation of workspaceSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "workspaceSetting"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "type": "workspaceSetting"
},
}
Delete a Setting for Workspace
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
Responses
Get a Setting for Workspace
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "type": "workspaceSetting"
},
}
Patch a Setting for Workspace
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiWorkspaceSettingPatch) JSON:API representation of patching workspaceSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "workspaceSetting"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "type": "workspaceSetting"
},
}
Put a Setting for a Workspace
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=content==JsonNodeValue;type==SettingTypeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiWorkspaceSettingIn) JSON:API representation of workspaceSetting entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "type": "workspaceSetting"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "type": "TIMEZONE"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "type": "workspaceSetting"
},
}
Get all Color Pallettes
query Parameters
filter | string Example: filter=filter=name==someString;content==JsonNodeValue 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "colorPalette",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Color Pallettes
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiColorPaletteIn) JSON:API representation of colorPalette entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "colorPalette"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "colorPalette"
},
}
Delete a Color Pallette
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;content==JsonNodeValue 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'). |
Responses
Get Color Pallette
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;content==JsonNodeValue 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'). |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "colorPalette"
},
}
Patch Color Pallette
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;content==JsonNodeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiColorPalettePatch) JSON:API representation of patching colorPalette entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "colorPalette"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "colorPalette"
},
}
Put Color Pallette
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;content==JsonNodeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiColorPaletteIn) JSON:API representation of colorPalette entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "colorPalette"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "colorPalette"
},
}
Get all Theming entities
query Parameters
filter | string Example: filter=filter=name==someString;content==JsonNodeValue 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "theme",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Theming
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiThemeIn) JSON:API representation of theme entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "theme"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "theme"
},
}
Delete Theming
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;content==JsonNodeValue 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'). |
Responses
Get Theming
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;content==JsonNodeValue 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'). |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "theme"
},
}
Patch Theming
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;content==JsonNodeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiThemePatch) JSON:API representation of patching theme entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "theme"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "theme"
},
}
Put Theming
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=name==someString;content==JsonNodeValue 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'). |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiThemeIn) JSON:API representation of theme entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "theme"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "content": { },
- "name": "string"
}, - "id": "id1",
- "type": "theme"
},
}
Get all Plugins
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "url": "<plugin-url>"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "dashboardPlugin",
}
], - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Plugins
path Parameters
workspaceId required | string |
query Parameters
include | Array of strings Items Enum: "userIdentifiers" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiDashboardPluginPostOptionalId) JSON:API representation of dashboardPlugin entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "url": "<plugin-url>"
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "dashboardPlugin"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "url": "<plugin-url>"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "dashboardPlugin"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Delete a Plugin
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
Responses
Get a Plugin
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "url": "<plugin-url>"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "dashboardPlugin"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Patch a Plugin
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiDashboardPluginPatch) JSON:API representation of patching dashboardPlugin entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "url": "<plugin-url>"
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "dashboardPlugin"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "url": "<plugin-url>"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "dashboardPlugin"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Put a Plugin
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiDashboardPluginIn) JSON:API representation of dashboardPlugin entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "url": "<plugin-url>"
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "dashboardPlugin"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "url": "<plugin-url>"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "dashboardPlugin"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Finds entities with given ID in hierarchy.
Finds entities with given ID in hierarchy (e.g. to check possible future conflicts).
path Parameters
workspaceId required | string |
Request Body schema: application/json
Array
id required | string |
type required | string Enum: "analyticalDashboard" "attribute" "dashboardPlugin" "dataset" "fact" "label" "metric" "prompt" "visualizationObject" "filterContext" "workspaceDataFilter" "workspaceDataFilterSettings" |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "id": "string",
- "type": "metric"
}
]
Response samples
- 200
Content type
application/json
[- {
- "id": "string",
- "origins": [
- "string"
], - "type": "metric"
}
]
Cleans up translations.
Cleans up all translations for a particular locale.
path Parameters
workspaceId required | string |
Request Body schema: application/json
locale required | string Requested locale in the form of language tag (see RFC 5646). |
Responses
Request samples
- Payload
Content type
application/json
{- "locale": "en-US"
}
Retrieve translations for entities.
Retrieve all translation for existing entities in a particular locale. The source translations returned by this endpoint are always original, not translated, texts. Because the XLIFF schema definition has the 'xs:language' constraint for the 'srcLang' attribute, it is always set to 'en-US' value.
path Parameters
workspaceId required | string |
Request Body schema: application/json
locale required | string Requested locale in the form of language tag (see RFC 5646). |
Responses
Request samples
- Payload
Content type
application/json
{- "locale": "en-US"
}
Generate logical data model (LDM) from physical data model (PDM)
Generate logical data model (LDM) from physical data model (PDM) stored in data source.
path Parameters
dataSourceId required | string |
Request Body schema: application/json
dateGranularities | string Option to control date granularities for date datasets. Empty value enables common date granularities (DAY, WEEK, MONTH, QUARTER, YEAR). Default value is |
denormPrefix | string Columns starting with this prefix will be considered as denormalization references. The prefix is then followed by the value of |
factPrefix | string Columns starting with this prefix will be considered as facts. The prefix is then followed by the value of |
generateLongIds | boolean Default: false A flag dictating how the attribute, fact and label ids are generated. By default their ids are derived only from the column name, unless there would be a conflict (e.g. category coming from two different tables). In that case a long id format of |
grainMultivalueReferencePrefix | string Columns starting with this prefix will be considered as grain multivalue references. The prefix is then followed by the value of |
grainPrefix | string Columns starting with this prefix will be considered as grains. The prefix is then followed by the value of |
grainReferencePrefix | string Columns starting with this prefix will be considered as grain references. The prefix is then followed by the value of |
multivalueReferencePrefix | string Columns starting with this prefix will be considered as multivalue references. The prefix is then followed by the value of |
object (PdmLdmRequest) PDM additions wrapper. | |
primaryLabelPrefix | string Columns starting with this prefix will be considered as primary labels. The prefix is then followed by the value of |
referencePrefix | string Columns starting with this prefix will be considered as references. The prefix is then followed by the value of |
secondaryLabelPrefix | string Columns starting with this prefix will be considered as secondary labels. The prefix is then followed by the value of |
separator | string Default: "__" A separator between prefixes and the names. Default is "__". |
tablePrefix | string Deprecated Tables starting with this prefix will be included. The prefix is then followed by the value of |
viewPrefix | string Deprecated Views starting with this prefix will be included. The prefix is then followed by the value of |
wdfPrefix | string Default: "wdf" Column serving as workspace data filter. No labels are auto generated for such columns. |
workspaceId | string Optional workspace id. |
Responses
Request samples
- Payload
Content type
application/json
{- "dateGranularities": "all",
- "denormPrefix": "dr",
- "factPrefix": "f",
- "generateLongIds": false,
- "grainMultivalueReferencePrefix": "grmr",
- "grainPrefix": "gr",
- "grainReferencePrefix": "grr",
- "multivalueReferencePrefix": "mr",
- "pdm": {
- "sqls": [
- {
- "columns": [
- {
- "dataType": "INT",
- "name": "customer_id"
}
], - "statement": "select * from abc",
- "title": "My special dataset"
}
], - "tableOverrides": [
- {
- "columns": [
- {
- "labelTargetColumn": "users",
- "labelType": "HYPERLINK",
- "ldmTypeOverride": "FACT",
- "name": "column_name"
}
], - "path": [
- "schema",
- "table_name"
]
}
], - "tables": [
- {
- "columns": [
- {
- "dataType": "INT",
- "isPrimaryKey": true,
- "name": "customer_id",
- "referencedTableColumn": "customer_id",
- "referencedTableId": "customers"
}
], - "id": "customers",
- "namePrefix": "out_gooddata",
- "path": [
- "table_schema",
- "table_name"
], - "type": "TABLE"
}
]
}, - "primaryLabelPrefix": "pl",
- "referencePrefix": "r",
- "secondaryLabelPrefix": "ls",
- "separator": "__",
- "tablePrefix": "out_table",
- "viewPrefix": "out_view",
- "wdfPrefix": "wdf",
- "workspaceId": "string"
}
Response samples
- 200
Content type
application/json
{- "ldm": {
- "datasetExtensions": [
- {
- "id": "customers",
- "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}
], - "datasets": [
- {
- "attributes": [
- {
- "defaultView": {
- "id": "label_id",
- "type": "label"
}, - "description": "Customer name including first and last name.",
- "id": "attr.customers.customer_name",
- "labels": [
- {
- "description": "Customer name",
- "id": "label.customer_name",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer name",
- "valueType": "TEXT"
}
], - "sortColumn": "customer_name",
- "sortDirection": "\"ASC\" | \"DESC\"",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer Name"
}
], - "dataSourceTableId": {
- "dataSourceId": "my-postgres",
- "id": "customers",
- "type": "DATA_SOURCE"
}, - "description": "The customers of ours.",
- "facts": [
- {
- "description": "A number of orders created by the customer - including all orders, even the non-delivered ones.",
- "id": "fact.customer_order_count",
- "sourceColumn": "customer_order_count",
- "sourceColumnDataType": "NUMERIC",
- "tags": [
- "Customers"
], - "title": "Customer order count"
}
], - "grain": [
- {
- "id": "customer_id",
- "type": "attribute"
}
], - "id": "customers",
- "references": [
- {
- "identifier": {
- "id": "customers",
- "type": "DATASET"
}, - "multivalue": false,
- "sourceColumnDataTypes": [
- "INT"
], - "sourceColumns": [
- "customer_id"
], - "sources": [
- {
- "column": "customer_id",
- "dataType": "STRING",
- "target": {
- "id": "customer_id",
- "type": "attribute"
}
}
]
}
], - "sql": {
- "dataSourceId": "my-postgres",
- "statement": "SELECT * FROM some_table"
}, - "tags": [
- "Customers"
], - "title": "Customers",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "customer_id"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}
], - "dateInstances": [
- {
- "description": "A customer order date",
- "granularities": [
- "MINUTE"
], - "granularitiesFormatting": {
- "titleBase": "string",
- "titlePattern": "%titleBase - %granularityTitle"
}, - "id": "date",
- "tags": [
- "Customer dates"
], - "title": "Date"
}
]
}
}
Get logical model
Retrieve current logical model of the workspace in declarative form.
path Parameters
workspaceId required | string |
query Parameters
includeParents | boolean |
Responses
Response samples
- 200
Content type
application/json
{- "ldm": {
- "datasetExtensions": [
- {
- "id": "customers",
- "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}
], - "datasets": [
- {
- "attributes": [
- {
- "defaultView": {
- "id": "label_id",
- "type": "label"
}, - "description": "Customer name including first and last name.",
- "id": "attr.customers.customer_name",
- "labels": [
- {
- "description": "Customer name",
- "id": "label.customer_name",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer name",
- "valueType": "TEXT"
}
], - "sortColumn": "customer_name",
- "sortDirection": "\"ASC\" | \"DESC\"",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer Name"
}
], - "dataSourceTableId": {
- "dataSourceId": "my-postgres",
- "id": "customers",
- "type": "DATA_SOURCE"
}, - "description": "The customers of ours.",
- "facts": [
- {
- "description": "A number of orders created by the customer - including all orders, even the non-delivered ones.",
- "id": "fact.customer_order_count",
- "sourceColumn": "customer_order_count",
- "sourceColumnDataType": "NUMERIC",
- "tags": [
- "Customers"
], - "title": "Customer order count"
}
], - "grain": [
- {
- "id": "customer_id",
- "type": "attribute"
}
], - "id": "customers",
- "references": [
- {
- "identifier": {
- "id": "customers",
- "type": "DATASET"
}, - "multivalue": false,
- "sourceColumnDataTypes": [
- "INT"
], - "sourceColumns": [
- "customer_id"
], - "sources": [
- {
- "column": "customer_id",
- "dataType": "STRING",
- "target": {
- "id": "customer_id",
- "type": "attribute"
}
}
]
}
], - "sql": {
- "dataSourceId": "my-postgres",
- "statement": "SELECT * FROM some_table"
}, - "tags": [
- "Customers"
], - "title": "Customers",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "customer_id"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}
], - "dateInstances": [
- {
- "description": "A customer order date",
- "granularities": [
- "MINUTE"
], - "granularitiesFormatting": {
- "titleBase": "string",
- "titlePattern": "%titleBase - %granularityTitle"
}, - "id": "date",
- "tags": [
- "Customer dates"
], - "title": "Date"
}
]
}
}
Set logical model
Set effective logical model of the workspace.
path Parameters
workspaceId required | string |
Request Body schema: application/json
object (DeclarativeLdm) A logical data model (LDM) representation. |
Responses
Request samples
- Payload
Content type
application/json
{- "ldm": {
- "datasetExtensions": [
- {
- "id": "customers",
- "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}
], - "datasets": [
- {
- "attributes": [
- {
- "defaultView": {
- "id": "label_id",
- "type": "label"
}, - "description": "Customer name including first and last name.",
- "id": "attr.customers.customer_name",
- "labels": [
- {
- "description": "Customer name",
- "id": "label.customer_name",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer name",
- "valueType": "TEXT"
}
], - "sortColumn": "customer_name",
- "sortDirection": "\"ASC\" | \"DESC\"",
- "sourceColumn": "customer_name",
- "sourceColumnDataType": "STRING",
- "tags": [
- "Customers"
], - "title": "Customer Name"
}
], - "dataSourceTableId": {
- "dataSourceId": "my-postgres",
- "id": "customers",
- "type": "DATA_SOURCE"
}, - "description": "The customers of ours.",
- "facts": [
- {
- "description": "A number of orders created by the customer - including all orders, even the non-delivered ones.",
- "id": "fact.customer_order_count",
- "sourceColumn": "customer_order_count",
- "sourceColumnDataType": "NUMERIC",
- "tags": [
- "Customers"
], - "title": "Customer order count"
}
], - "grain": [
- {
- "id": "customer_id",
- "type": "attribute"
}
], - "id": "customers",
- "references": [
- {
- "identifier": {
- "id": "customers",
- "type": "DATASET"
}, - "multivalue": false,
- "sourceColumnDataTypes": [
- "INT"
], - "sourceColumns": [
- "customer_id"
], - "sources": [
- {
- "column": "customer_id",
- "dataType": "STRING",
- "target": {
- "id": "customer_id",
- "type": "attribute"
}
}
]
}
], - "sql": {
- "dataSourceId": "my-postgres",
- "statement": "SELECT * FROM some_table"
}, - "tags": [
- "Customers"
], - "title": "Customers",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "customer_id"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "filter_id",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}
], - "dateInstances": [
- {
- "description": "A customer order date",
- "granularities": [
- "MINUTE"
], - "granularitiesFormatting": {
- "titleBase": "string",
- "titlePattern": "%titleBase - %granularityTitle"
}, - "id": "date",
- "tags": [
- "Customer dates"
], - "title": "Date"
}
]
}
}
Get all Datasets
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString 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'). |
include | Array of strings Items Enum: "attributes" "facts" "datasets" "workspaceDataFilters" "references" "ALL" Example: include=include=attributes,facts,references,workspaceDataFilters 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "dataSourceTableId": "string",
- "dataSourceTablePath": [
- "schema",
- "table"
], - "description": "string",
- "grain": [
- {
- "id": "string",
- "type": "attribute"
}
], - "referenceProperties": [
- {
- "identifier": {
- "id": "string",
- "type": "dataset"
}, - "multivalue": true,
- "sourceColumnDataTypes": [
- "INT"
], - "sourceColumns": [
- "string"
], - "sources": [
- {
- "column": "string",
- "dataType": "INT",
- "target": {
- "id": "string",
- "type": "attribute"
}
}
]
}
], - "sql": {
- "dataSourceId": "string",
- "statement": "string"
}, - "tags": [
- "string"
], - "title": "string",
- "type": "NORMAL",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "string"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "string",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "references": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "workspaceDataFilters": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilter"
}
]
}
}, - "type": "dataset",
}
], - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "granularity": "MINUTE",
- "sortColumn": "string",
- "sortDirection": "ASC",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributeHierarchies": {
- "data": [
- {
- "id": "string",
- "type": "attributeHierarchy"
}
]
}, - "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}, - "defaultView": {
- "data": {
- "id": "string",
- "type": "label"
}
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "attribute",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Get a Dataset
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString 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'). |
include | Array of strings Items Enum: "attributes" "facts" "datasets" "workspaceDataFilters" "references" "ALL" Example: include=include=attributes,facts,references,workspaceDataFilters 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "dataSourceTableId": "string",
- "dataSourceTablePath": [
- "schema",
- "table"
], - "description": "string",
- "grain": [
- {
- "id": "string",
- "type": "attribute"
}
], - "referenceProperties": [
- {
- "identifier": {
- "id": "string",
- "type": "dataset"
}, - "multivalue": true,
- "sourceColumnDataTypes": [
- "INT"
], - "sourceColumns": [
- "string"
], - "sources": [
- {
- "column": "string",
- "dataType": "INT",
- "target": {
- "id": "string",
- "type": "attribute"
}
}
]
}
], - "sql": {
- "dataSourceId": "string",
- "statement": "string"
}, - "tags": [
- "string"
], - "title": "string",
- "type": "NORMAL",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "string"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "string",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "references": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "workspaceDataFilters": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilter"
}
]
}
}, - "type": "dataset"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "granularity": "MINUTE",
- "sortColumn": "string",
- "sortDirection": "ASC",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributeHierarchies": {
- "data": [
- {
- "id": "string",
- "type": "attributeHierarchy"
}
]
}, - "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}, - "defaultView": {
- "data": {
- "id": "string",
- "type": "label"
}
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "attribute",
}
],
}
Get all Attributes
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;dataset.id==321;defaultView.id==321 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'). |
include | Array of strings Items Enum: "datasets" "labels" "attributeHierarchies" "dataset" "defaultView" "ALL" Example: include=include=dataset,defaultView,labels,attributeHierarchies 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "granularity": "MINUTE",
- "sortColumn": "string",
- "sortDirection": "ASC",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributeHierarchies": {
- "data": [
- {
- "id": "string",
- "type": "attributeHierarchy"
}
]
}, - "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}, - "defaultView": {
- "data": {
- "id": "string",
- "type": "label"
}
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "attribute",
}
], - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "dataSourceTableId": "string",
- "dataSourceTablePath": [
- "schema",
- "table"
], - "description": "string",
- "grain": [
- {
- "id": "string",
- "type": "attribute"
}
], - "referenceProperties": [
- {
- "identifier": {
- "id": "string",
- "type": "dataset"
}, - "multivalue": true,
- "sourceColumnDataTypes": [
- "INT"
], - "sourceColumns": [
- "string"
], - "sources": [
- {
- "column": "string",
- "dataType": "INT",
- "target": {
- "id": "string",
- "type": "attribute"
}
}
]
}
], - "sql": {
- "dataSourceId": "string",
- "statement": "string"
}, - "tags": [
- "string"
], - "title": "string",
- "type": "NORMAL",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "string"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "string",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "references": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "workspaceDataFilters": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilter"
}
]
}
}, - "type": "dataset",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Get an Attribute
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;dataset.id==321;defaultView.id==321 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'). |
include | Array of strings Items Enum: "datasets" "labels" "attributeHierarchies" "dataset" "defaultView" "ALL" Example: include=include=dataset,defaultView,labels,attributeHierarchies 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "granularity": "MINUTE",
- "sortColumn": "string",
- "sortDirection": "ASC",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributeHierarchies": {
- "data": [
- {
- "id": "string",
- "type": "attributeHierarchy"
}
]
}, - "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}, - "defaultView": {
- "data": {
- "id": "string",
- "type": "label"
}
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "attribute"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "dataSourceTableId": "string",
- "dataSourceTablePath": [
- "schema",
- "table"
], - "description": "string",
- "grain": [
- {
- "id": "string",
- "type": "attribute"
}
], - "referenceProperties": [
- {
- "identifier": {
- "id": "string",
- "type": "dataset"
}, - "multivalue": true,
- "sourceColumnDataTypes": [
- "INT"
], - "sourceColumns": [
- "string"
], - "sources": [
- {
- "column": "string",
- "dataType": "INT",
- "target": {
- "id": "string",
- "type": "attribute"
}
}
]
}
], - "sql": {
- "dataSourceId": "string",
- "statement": "string"
}, - "tags": [
- "string"
], - "title": "string",
- "type": "NORMAL",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "string"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "string",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "references": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "workspaceDataFilters": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilter"
}
]
}
}, - "type": "dataset",
}
],
}
Get all Facts
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;dataset.id==321 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'). |
include | Array of strings Items Enum: "datasets" "dataset" "ALL" Example: include=include=dataset 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}
}, - "type": "fact",
}
], - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "dataSourceTableId": "string",
- "dataSourceTablePath": [
- "schema",
- "table"
], - "description": "string",
- "grain": [
- {
- "id": "string",
- "type": "attribute"
}
], - "referenceProperties": [
- {
- "identifier": {
- "id": "string",
- "type": "dataset"
}, - "multivalue": true,
- "sourceColumnDataTypes": [
- "INT"
], - "sourceColumns": [
- "string"
], - "sources": [
- {
- "column": "string",
- "dataType": "INT",
- "target": {
- "id": "string",
- "type": "attribute"
}
}
]
}
], - "sql": {
- "dataSourceId": "string",
- "statement": "string"
}, - "tags": [
- "string"
], - "title": "string",
- "type": "NORMAL",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "string"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "string",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "references": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "workspaceDataFilters": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilter"
}
]
}
}, - "type": "dataset",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Get a Fact
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;dataset.id==321 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'). |
include | Array of strings Items Enum: "datasets" "dataset" "ALL" Example: include=include=dataset 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}
}, - "type": "fact"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "dataSourceTableId": "string",
- "dataSourceTablePath": [
- "schema",
- "table"
], - "description": "string",
- "grain": [
- {
- "id": "string",
- "type": "attribute"
}
], - "referenceProperties": [
- {
- "identifier": {
- "id": "string",
- "type": "dataset"
}, - "multivalue": true,
- "sourceColumnDataTypes": [
- "INT"
], - "sourceColumns": [
- "string"
], - "sources": [
- {
- "column": "string",
- "dataType": "INT",
- "target": {
- "id": "string",
- "type": "attribute"
}
}
]
}
], - "sql": {
- "dataSourceId": "string",
- "statement": "string"
}, - "tags": [
- "string"
], - "title": "string",
- "type": "NORMAL",
- "workspaceDataFilterColumns": [
- {
- "dataType": "INT",
- "name": "string"
}
], - "workspaceDataFilterReferences": [
- {
- "filterColumn": "string",
- "filterColumnDataType": "INT",
- "filterId": {
- "id": "country_id",
- "type": "workspaceDataFilter"
}
}
]
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "references": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "workspaceDataFilters": {
- "data": [
- {
- "id": "string",
- "type": "workspaceDataFilter"
}
]
}
}, - "type": "dataset",
}
],
}
Get all Labels
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;attribute.id==321 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'). |
include | Array of strings Items Enum: "attributes" "attribute" "ALL" Example: include=include=attribute 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "primary": true,
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string",
- "valueType": "TEXT"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attribute": {
- "data": {
- "id": "string",
- "type": "attribute"
}
}
}, - "type": "label",
}
], - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "granularity": "MINUTE",
- "sortColumn": "string",
- "sortDirection": "ASC",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributeHierarchies": {
- "data": [
- {
- "id": "string",
- "type": "attributeHierarchy"
}
]
}, - "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}, - "defaultView": {
- "data": {
- "id": "string",
- "type": "label"
}
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "attribute",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Get a Label
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;attribute.id==321 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'). |
include | Array of strings Items Enum: "attributes" "attribute" "ALL" Example: include=include=attribute 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "primary": true,
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string",
- "valueType": "TEXT"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attribute": {
- "data": {
- "id": "string",
- "type": "attribute"
}
}
}, - "type": "label"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "granularity": "MINUTE",
- "sortColumn": "string",
- "sortDirection": "ASC",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributeHierarchies": {
- "data": [
- {
- "id": "string",
- "type": "attributeHierarchy"
}
]
}, - "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}, - "defaultView": {
- "data": {
- "id": "string",
- "type": "label"
}
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "attribute",
}
],
}
Get analytics model
Retrieve current analytics model of the workspace.
path Parameters
workspaceId required | string |
query Parameters
exclude | Array of strings Items Value: "ACTIVITY_INFO" |
Responses
Response samples
- 200
Content type
application/json
{- "analytics": {
- "analyticalDashboardExtensions": [
- {
- "id": "revenues-analysis",
- "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": "string",
- "type": "user"
}
}
]
}
], - "analyticalDashboards": [
- {
- "content": { },
- "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Period to period comparison of revenues in main sectors.",
- "id": "revenues-analysis",
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": "string",
- "type": "user"
}
}
], - "tags": [
- "Revenues"
], - "title": "Revenues analysis"
}
], - "attributeHierarchies": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "hierarchy-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
], - "dashboardPlugins": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Three dimensional view of data.",
- "id": "dashboard-plugin-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "3D map renderer"
}
], - "exportDefinitions": [
- {
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "export-definition-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}, - "tags": [
- "Revenues"
], - "title": "My regular export"
}
], - "filterContexts": [
- {
- "content": { },
- "description": "Filter Context for Sales team.",
- "id": "filter-sales",
- "tags": [
- "Revenues"
], - "title": "Filter Context for Sales team"
}
], - "metrics": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Sales for all the data available.",
- "id": "total-sales",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Total sales"
}
], - "visualizationObjects": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "visualization-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
]
}
}
Set analytics model
Set effective analytics model of the workspace.
path Parameters
workspaceId required | string |
Request Body schema: application/json
object (DeclarativeAnalyticsLayer) |
Responses
Request samples
- Payload
Content type
application/json
{- "analytics": {
- "analyticalDashboardExtensions": [
- {
- "id": "revenues-analysis",
- "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": "string",
- "type": "user"
}
}
]
}
], - "analyticalDashboards": [
- {
- "content": { },
- "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Period to period comparison of revenues in main sectors.",
- "id": "revenues-analysis",
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "permissions": [
- {
- "name": "EDIT",
- "assignee": {
- "id": "string",
- "type": "user"
}
}
], - "tags": [
- "Revenues"
], - "title": "Revenues analysis"
}
], - "attributeHierarchies": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "hierarchy-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
], - "dashboardPlugins": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Three dimensional view of data.",
- "id": "dashboard-plugin-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "3D map renderer"
}
], - "exportDefinitions": [
- {
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "export-definition-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}, - "tags": [
- "Revenues"
], - "title": "My regular export"
}
], - "filterContexts": [
- {
- "content": { },
- "description": "Filter Context for Sales team.",
- "id": "filter-sales",
- "tags": [
- "Revenues"
], - "title": "Filter Context for Sales team"
}
], - "metrics": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Sales for all the data available.",
- "id": "total-sales",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Total sales"
}
], - "visualizationObjects": [
- {
- "content": { },
- "createdAt": "[\"2023-07-20 12:30\"]",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "Simple number for total goods in current production.",
- "id": "visualization-1",
- "modifiedAt": "[\"2023-07-20 12:30\"]",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "tags": [
- "Revenues"
], - "title": "Count of goods"
}
]
}
}
Get all Metrics
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "facts" "attributes" "labels" "metrics" "datasets" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,facts,attributes,labels,metrics,datasets 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "format": "string",
- "maql": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "metric",
}
], - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Metrics
path Parameters
workspaceId required | string |
query Parameters
include | Array of strings Items Enum: "userIdentifiers" "facts" "attributes" "labels" "metrics" "datasets" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,facts,attributes,labels,metrics,datasets 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiMetricPostOptionalId) JSON:API representation of metric entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "format": "string",
- "maql": "string"
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "metric"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "format": "string",
- "maql": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "metric"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Delete a Metric
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
Responses
Get a Metric
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "facts" "attributes" "labels" "metrics" "datasets" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,facts,attributes,labels,metrics,datasets 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "format": "string",
- "maql": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "metric"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Patch a Metric
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "facts" "attributes" "labels" "metrics" "datasets" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,facts,attributes,labels,metrics,datasets 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiMetricPatch) JSON:API representation of patching metric entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "format": "string",
- "maql": "string"
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "metric"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "format": "string",
- "maql": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "metric"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Put a Metric
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "facts" "attributes" "labels" "metrics" "datasets" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,facts,attributes,labels,metrics,datasets 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiMetricIn) JSON:API representation of metric entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "format": "string",
- "maql": "string"
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "metric"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "format": "string",
- "maql": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "metric"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Get all Dashboards
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "visualizationObjects" "analyticalDashboards" "labels" "metrics" "datasets" "filterContexts" "dashboardPlugins" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,visualizationObjects,analyticalDashboards,labels,metrics,datasets,filterContexts,dashboardPlugins 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "permissions" "origin" "accessInfo" "page" "all" "ALL" Example: metaInclude=metaInclude=permissions,origin,accessInfo,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "accessInfo": {
- "private": true
}, - "origin": {
- "originId": "string",
- "originType": "NATIVE"
}, - "permissions": [
- "EDIT"
]
}, - "relationships": {
- "analyticalDashboards": {
- "data": [
- {
- "id": "string",
- "type": "analyticalDashboard"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "dashboardPlugins": {
- "data": [
- {
- "id": "string",
- "type": "dashboardPlugin"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "filterContexts": {
- "data": [
- {
- "id": "string",
- "type": "filterContext"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObjects": {
- "data": [
- {
- "id": "string",
- "type": "visualizationObject"
}
]
}
}, - "type": "analyticalDashboard",
}
], - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Dashboards
path Parameters
workspaceId required | string |
query Parameters
include | Array of strings Items Enum: "userIdentifiers" "visualizationObjects" "analyticalDashboards" "labels" "metrics" "datasets" "filterContexts" "dashboardPlugins" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,visualizationObjects,analyticalDashboards,labels,metrics,datasets,filterContexts,dashboardPlugins 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. |
metaInclude | Array of strings unique Items Enum: "permissions" "origin" "accessInfo" "all" "ALL" Example: metaInclude=metaInclude=permissions,origin,accessInfo,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiAnalyticalDashboardPostOptionalId) JSON:API representation of analyticalDashboard entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "analyticalDashboard"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "accessInfo": {
- "private": true
}, - "origin": {
- "originId": "string",
- "originType": "NATIVE"
}, - "permissions": [
- "EDIT"
]
}, - "relationships": {
- "analyticalDashboards": {
- "data": [
- {
- "id": "string",
- "type": "analyticalDashboard"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "dashboardPlugins": {
- "data": [
- {
- "id": "string",
- "type": "dashboardPlugin"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "filterContexts": {
- "data": [
- {
- "id": "string",
- "type": "filterContext"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObjects": {
- "data": [
- {
- "id": "string",
- "type": "visualizationObject"
}
]
}
}, - "type": "analyticalDashboard"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Delete a Dashboard
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
Responses
Get a Dashboard
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "visualizationObjects" "analyticalDashboards" "labels" "metrics" "datasets" "filterContexts" "dashboardPlugins" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,visualizationObjects,analyticalDashboards,labels,metrics,datasets,filterContexts,dashboardPlugins 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. |
metaInclude | Array of strings unique Items Enum: "permissions" "origin" "accessInfo" "all" "ALL" Example: metaInclude=metaInclude=permissions,origin,accessInfo,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "accessInfo": {
- "private": true
}, - "origin": {
- "originId": "string",
- "originType": "NATIVE"
}, - "permissions": [
- "EDIT"
]
}, - "relationships": {
- "analyticalDashboards": {
- "data": [
- {
- "id": "string",
- "type": "analyticalDashboard"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "dashboardPlugins": {
- "data": [
- {
- "id": "string",
- "type": "dashboardPlugin"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "filterContexts": {
- "data": [
- {
- "id": "string",
- "type": "filterContext"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObjects": {
- "data": [
- {
- "id": "string",
- "type": "visualizationObject"
}
]
}
}, - "type": "analyticalDashboard"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Patch a Dashboard
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "visualizationObjects" "analyticalDashboards" "labels" "metrics" "datasets" "filterContexts" "dashboardPlugins" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,visualizationObjects,analyticalDashboards,labels,metrics,datasets,filterContexts,dashboardPlugins 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiAnalyticalDashboardPatch) JSON:API representation of patching analyticalDashboard entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "analyticalDashboard"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "accessInfo": {
- "private": true
}, - "origin": {
- "originId": "string",
- "originType": "NATIVE"
}, - "permissions": [
- "EDIT"
]
}, - "relationships": {
- "analyticalDashboards": {
- "data": [
- {
- "id": "string",
- "type": "analyticalDashboard"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "dashboardPlugins": {
- "data": [
- {
- "id": "string",
- "type": "dashboardPlugin"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "filterContexts": {
- "data": [
- {
- "id": "string",
- "type": "filterContext"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObjects": {
- "data": [
- {
- "id": "string",
- "type": "visualizationObject"
}
]
}
}, - "type": "analyticalDashboard"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Put Dashboards
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "visualizationObjects" "analyticalDashboards" "labels" "metrics" "datasets" "filterContexts" "dashboardPlugins" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,visualizationObjects,analyticalDashboards,labels,metrics,datasets,filterContexts,dashboardPlugins 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiAnalyticalDashboardIn) JSON:API representation of analyticalDashboard entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "analyticalDashboard"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "accessInfo": {
- "private": true
}, - "origin": {
- "originId": "string",
- "originType": "NATIVE"
}, - "permissions": [
- "EDIT"
]
}, - "relationships": {
- "analyticalDashboards": {
- "data": [
- {
- "id": "string",
- "type": "analyticalDashboard"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "dashboardPlugins": {
- "data": [
- {
- "id": "string",
- "type": "dashboardPlugin"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "filterContexts": {
- "data": [
- {
- "id": "string",
- "type": "filterContext"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObjects": {
- "data": [
- {
- "id": "string",
- "type": "visualizationObject"
}
]
}
}, - "type": "analyticalDashboard"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Get all Context Filters
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString 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'). |
include | Array of strings Items Enum: "attributes" "datasets" "labels" "ALL" Example: include=include=attributes,datasets,labels 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "filterContext",
}
], - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "granularity": "MINUTE",
- "sortColumn": "string",
- "sortDirection": "ASC",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributeHierarchies": {
- "data": [
- {
- "id": "string",
- "type": "attributeHierarchy"
}
]
}, - "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}, - "defaultView": {
- "data": {
- "id": "string",
- "type": "label"
}
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "attribute",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Context Filters
path Parameters
workspaceId required | string |
query Parameters
include | Array of strings Items Enum: "attributes" "datasets" "labels" "ALL" Example: include=include=attributes,datasets,labels 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiFilterContextPostOptionalId) JSON:API representation of filterContext entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "filterContext"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "filterContext"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "granularity": "MINUTE",
- "sortColumn": "string",
- "sortDirection": "ASC",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributeHierarchies": {
- "data": [
- {
- "id": "string",
- "type": "attributeHierarchy"
}
]
}, - "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}, - "defaultView": {
- "data": {
- "id": "string",
- "type": "label"
}
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "attribute",
}
],
}
Delete a Context Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString 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'). |
Responses
Get a Context Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString 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'). |
include | Array of strings Items Enum: "attributes" "datasets" "labels" "ALL" Example: include=include=attributes,datasets,labels 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "filterContext"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "granularity": "MINUTE",
- "sortColumn": "string",
- "sortDirection": "ASC",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributeHierarchies": {
- "data": [
- {
- "id": "string",
- "type": "attributeHierarchy"
}
]
}, - "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}, - "defaultView": {
- "data": {
- "id": "string",
- "type": "label"
}
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "attribute",
}
],
}
Patch a Context Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString 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'). |
include | Array of strings Items Enum: "attributes" "datasets" "labels" "ALL" Example: include=include=attributes,datasets,labels 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiFilterContextPatch) JSON:API representation of patching filterContext entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "filterContext"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "filterContext"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "granularity": "MINUTE",
- "sortColumn": "string",
- "sortDirection": "ASC",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributeHierarchies": {
- "data": [
- {
- "id": "string",
- "type": "attributeHierarchy"
}
]
}, - "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}, - "defaultView": {
- "data": {
- "id": "string",
- "type": "label"
}
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "attribute",
}
],
}
Put a Context Filter
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString 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'). |
include | Array of strings Items Enum: "attributes" "datasets" "labels" "ALL" Example: include=include=attributes,datasets,labels 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiFilterContextIn) JSON:API representation of filterContext entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "filterContext"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "filterContext"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "granularity": "MINUTE",
- "sortColumn": "string",
- "sortDirection": "ASC",
- "sourceColumn": "string",
- "sourceColumnDataType": "INT",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributeHierarchies": {
- "data": [
- {
- "id": "string",
- "type": "attributeHierarchy"
}
]
}, - "dataset": {
- "data": {
- "id": "string",
- "type": "dataset"
}
}, - "defaultView": {
- "data": {
- "id": "string",
- "type": "label"
}
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}
}, - "type": "attribute",
}
],
}
Get all Filter views
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;analyticalDashboard.id==321;user.id==321 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'). |
include | Array of strings Items Enum: "analyticalDashboards" "users" "analyticalDashboard" "user" "ALL" Example: include=include=analyticalDashboard,user 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": { },
- "description": "string",
- "isDefault": true,
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}
}, - "type": "filterView",
}
], - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "accessInfo": {
- "private": true
}, - "origin": {
- "originId": "string",
- "originType": "NATIVE"
}, - "permissions": [
- "EDIT"
]
}, - "relationships": {
- "analyticalDashboards": {
- "data": [
- {
- "id": "string",
- "type": "analyticalDashboard"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "dashboardPlugins": {
- "data": [
- {
- "id": "string",
- "type": "dashboardPlugin"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "filterContexts": {
- "data": [
- {
- "id": "string",
- "type": "filterContext"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObjects": {
- "data": [
- {
- "id": "string",
- "type": "visualizationObject"
}
]
}
}, - "type": "analyticalDashboard",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Filter views
path Parameters
workspaceId required | string |
query Parameters
include | Array of strings Items Enum: "analyticalDashboards" "users" "analyticalDashboard" "user" "ALL" Example: include=include=analyticalDashboard,user 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiFilterViewIn) JSON:API representation of filterView entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": { },
- "description": "string",
- "isDefault": true,
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}
}, - "type": "filterView"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": { },
- "description": "string",
- "isDefault": true,
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}
}, - "type": "filterView"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "accessInfo": {
- "private": true
}, - "origin": {
- "originId": "string",
- "originType": "NATIVE"
}, - "permissions": [
- "EDIT"
]
}, - "relationships": {
- "analyticalDashboards": {
- "data": [
- {
- "id": "string",
- "type": "analyticalDashboard"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "dashboardPlugins": {
- "data": [
- {
- "id": "string",
- "type": "dashboardPlugin"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "filterContexts": {
- "data": [
- {
- "id": "string",
- "type": "filterContext"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObjects": {
- "data": [
- {
- "id": "string",
- "type": "visualizationObject"
}
]
}
}, - "type": "analyticalDashboard",
}
],
}
Delete Filter view
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;analyticalDashboard.id==321;user.id==321 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'). |
Responses
Get Filter view
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;analyticalDashboard.id==321;user.id==321 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'). |
include | Array of strings Items Enum: "analyticalDashboards" "users" "analyticalDashboard" "user" "ALL" Example: include=include=analyticalDashboard,user 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. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": { },
- "description": "string",
- "isDefault": true,
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}
}, - "type": "filterView"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "accessInfo": {
- "private": true
}, - "origin": {
- "originId": "string",
- "originType": "NATIVE"
}, - "permissions": [
- "EDIT"
]
}, - "relationships": {
- "analyticalDashboards": {
- "data": [
- {
- "id": "string",
- "type": "analyticalDashboard"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "dashboardPlugins": {
- "data": [
- {
- "id": "string",
- "type": "dashboardPlugin"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "filterContexts": {
- "data": [
- {
- "id": "string",
- "type": "filterContext"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObjects": {
- "data": [
- {
- "id": "string",
- "type": "visualizationObject"
}
]
}
}, - "type": "analyticalDashboard",
}
],
}
Patch Filter view
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;analyticalDashboard.id==321;user.id==321 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'). |
include | Array of strings Items Enum: "analyticalDashboards" "users" "analyticalDashboard" "user" "ALL" Example: include=include=analyticalDashboard,user 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiFilterViewPatch) JSON:API representation of patching filterView entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": { },
- "description": "string",
- "isDefault": true,
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}
}, - "type": "filterView"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": { },
- "description": "string",
- "isDefault": true,
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}
}, - "type": "filterView"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "accessInfo": {
- "private": true
}, - "origin": {
- "originId": "string",
- "originType": "NATIVE"
}, - "permissions": [
- "EDIT"
]
}, - "relationships": {
- "analyticalDashboards": {
- "data": [
- {
- "id": "string",
- "type": "analyticalDashboard"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "dashboardPlugins": {
- "data": [
- {
- "id": "string",
- "type": "dashboardPlugin"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "filterContexts": {
- "data": [
- {
- "id": "string",
- "type": "filterContext"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObjects": {
- "data": [
- {
- "id": "string",
- "type": "visualizationObject"
}
]
}
}, - "type": "analyticalDashboard",
}
],
}
Put Filter views
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;analyticalDashboard.id==321;user.id==321 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'). |
include | Array of strings Items Enum: "analyticalDashboards" "users" "analyticalDashboard" "user" "ALL" Example: include=include=analyticalDashboard,user 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiFilterViewIn) JSON:API representation of filterView entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": { },
- "description": "string",
- "isDefault": true,
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}
}, - "type": "filterView"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": { },
- "description": "string",
- "isDefault": true,
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "user": {
- "data": {
- "id": "string",
- "type": "user"
}
}
}, - "type": "filterView"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "accessInfo": {
- "private": true
}, - "origin": {
- "originId": "string",
- "originType": "NATIVE"
}, - "permissions": [
- "EDIT"
]
}, - "relationships": {
- "analyticalDashboards": {
- "data": [
- {
- "id": "string",
- "type": "analyticalDashboard"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "dashboardPlugins": {
- "data": [
- {
- "id": "string",
- "type": "dashboardPlugin"
}
]
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "filterContexts": {
- "data": [
- {
- "id": "string",
- "type": "filterContext"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObjects": {
- "data": [
- {
- "id": "string",
- "type": "visualizationObject"
}
]
}
}, - "type": "analyticalDashboard",
}
],
}
Get filter views
Retrieve filter views for the specific workspace
path Parameters
workspaceId required | string |
query Parameters
exclude | Array of strings Items Value: "ACTIVITY_INFO" |
Responses
Response samples
- 200
Content type
application/json
[- {
- "analyticalDashboard": {
- "id": "dashboard123",
- "type": "analyticalDashboard"
}, - "content": { },
- "description": "string",
- "id": "filterView-1",
- "isDefault": true,
- "tags": [
- "[\"Revenue\",\"Sales\"]"
], - "title": "string",
- "user": {
- "id": "example123",
- "type": "user"
}
}
]
Set filter views
Set filter views for the specific workspace.
path Parameters
workspaceId required | string |
Request Body schema: application/json
Array
object (DeclarativeAnalyticalDashboardIdentifier) An analytical dashboard identifier. | |
content | object or null (JsonNode) <= 15000 characters Free-form JSON object |
description | string <= 255 characters |
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ FilterView object ID. |
isDefault | boolean Indicator whether the filter view should by applied by default. |
tags | Array of strings unique |
title required | string <= 255 characters |
object (DeclarativeUserIdentifier) A user identifier. |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "analyticalDashboard": {
- "id": "dashboard123",
- "type": "analyticalDashboard"
}, - "content": { },
- "description": "string",
- "id": "filterView-1",
- "isDefault": true,
- "tags": [
- "[\"Revenue\",\"Sales\"]"
], - "title": "string",
- "user": {
- "id": "example123",
- "type": "user"
}
}
]
Get all Visualization Objects
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "facts" "attributes" "labels" "metrics" "datasets" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,facts,attributes,labels,metrics,datasets 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "visualizationObject",
}
], - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Visualization Objects
path Parameters
workspaceId required | string |
query Parameters
include | Array of strings Items Enum: "userIdentifiers" "facts" "attributes" "labels" "metrics" "datasets" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,facts,attributes,labels,metrics,datasets 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiVisualizationObjectPostOptionalId) JSON:API representation of visualizationObject entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "visualizationObject"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "visualizationObject"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Delete a Visualization Object
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
Responses
Get a Visualization Object
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "facts" "attributes" "labels" "metrics" "datasets" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,facts,attributes,labels,metrics,datasets 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "visualizationObject"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Patch a Visualization Object
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "facts" "attributes" "labels" "metrics" "datasets" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,facts,attributes,labels,metrics,datasets 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiVisualizationObjectPatch) JSON:API representation of patching visualizationObject entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "visualizationObject"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "visualizationObject"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Put a Visualization Object
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "facts" "attributes" "labels" "metrics" "datasets" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,facts,attributes,labels,metrics,datasets 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiVisualizationObjectIn) JSON:API representation of visualizationObject entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "visualizationObject"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "visualizationObject"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Computes the dependent entities graph from given entry points
Computes the dependent entities graph from given entry points
path Parameters
workspaceId required | string |
Request Body schema: application/json
required | Array of objects (EntityIdentifier) [ items ] |
Responses
Request samples
- Payload
Content type
application/json
{- "identifiers": [
- {
- "id": "string",
- "type": "metric"
}
]
}
Response samples
- 200
Content type
application/json
{- "graph": {
- "edges": [
- [
- {
- "id": "string",
- "type": "metric"
}
]
], - "nodes": [
- {
- "id": "string",
- "title": "string",
- "type": "metric"
}
]
}
}
Get all Attribute Hierarchies
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "attributes" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,attributes 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "attributes": [
- {
- "identifier": {
- "id": "country",
- "type": "attribute"
}
}, - {
- "identifier": {
- "id": "city",
- "type": "attribute"
}
}
]
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "attributeHierarchy",
}
], - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Attribute Hierarchies
path Parameters
workspaceId required | string |
query Parameters
include | Array of strings Items Enum: "userIdentifiers" "attributes" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,attributes 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiAttributeHierarchyIn) JSON:API representation of attributeHierarchy entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "attributes": [
- {
- "identifier": {
- "id": "country",
- "type": "attribute"
}
}, - {
- "identifier": {
- "id": "city",
- "type": "attribute"
}
}
]
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "attributeHierarchy"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "attributes": [
- {
- "identifier": {
- "id": "country",
- "type": "attribute"
}
}, - {
- "identifier": {
- "id": "city",
- "type": "attribute"
}
}
]
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "attributeHierarchy"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Delete an Attribute Hierarchy
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
Responses
Get an Attribute Hierarchy
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "attributes" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,attributes 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "attributes": [
- {
- "identifier": {
- "id": "country",
- "type": "attribute"
}
}, - {
- "identifier": {
- "id": "city",
- "type": "attribute"
}
}
]
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "attributeHierarchy"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Patch an Attribute Hierarchy
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "attributes" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,attributes 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiAttributeHierarchyPatch) JSON:API representation of patching attributeHierarchy entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "attributes": [
- {
- "identifier": {
- "id": "country",
- "type": "attribute"
}
}, - {
- "identifier": {
- "id": "city",
- "type": "attribute"
}
}
]
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "attributeHierarchy"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "attributes": [
- {
- "identifier": {
- "id": "country",
- "type": "attribute"
}
}, - {
- "identifier": {
- "id": "city",
- "type": "attribute"
}
}
]
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "attributeHierarchy"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Put an Attribute Hierarchy
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;createdBy.id==321;modifiedBy.id==321 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'). |
include | Array of strings Items Enum: "userIdentifiers" "attributes" "createdBy" "modifiedBy" "ALL" Example: include=include=createdBy,modifiedBy,attributes 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiAttributeHierarchyIn) JSON:API representation of attributeHierarchy entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "attributes": [
- {
- "identifier": {
- "id": "country",
- "type": "attribute"
}
}, - {
- "identifier": {
- "id": "city",
- "type": "attribute"
}
}
]
}, - "description": "string",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "type": "attributeHierarchy"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "attributes": [
- {
- "identifier": {
- "id": "country",
- "type": "attribute"
}
}, - {
- "identifier": {
- "id": "city",
- "type": "attribute"
}
}
]
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "attributeHierarchy"
}, - "included": [
- {
- "attributes": {
- "email": "string",
- "firstname": "string",
- "lastname": "string"
}, - "id": "id1",
- "type": "userIdentifier",
}
],
}
Info about the platform usage for particular items.
Provides information about platform usage, like amount of users, workspaces, ...
NOTE: The admin
user is always excluded from this amount.
Request Body schema: application/json
usageItemNames required | Array of strings unique Items Enum: "UserCount" "WorkspaceCount" |
Responses
Request samples
- Payload
Content type
application/json
{- "usageItemNames": [
- "UserCount"
]
}
Response samples
- 200
Content type
application/json
[- {
- "count": 0,
- "name": "UserCount"
}
]
(BETA) Valid descendants
(BETA) Returns map of lists of attributes that can be used as descendants of the given attributes.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
Request Body schema: application/json
required | Array of objects (AfmObjectIdentifierAttribute) [ items ] List of identifiers of the attributes to get the valid descendants for. |
Responses
Request samples
- Payload
Content type
application/json
{- "attributes": [
- {
- "identifier": {
- "id": "sample_item.price",
- "type": "attribute"
}
}
]
}
Response samples
- 200
Content type
application/json
{- "validDescendants": {
- "property1": [
- {
- "identifier": {
- "id": "sample_item.price",
- "type": "attribute"
}
}
], - "property2": [
- {
- "identifier": {
- "id": "sample_item.price",
- "type": "attribute"
}
}
]
}
}
Valid objects
Returns list containing attributes, facts, or metrics, which can be added to given AFM while still keeping it computable.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
Request Body schema: application/json
required | object (AFM) Top level executable entity. Combination of [A]ttributes, [F]ilters & [M]etrics. |
types required | Array of strings unique Items Enum: "facts" "attributes" "measures" |
Responses
Request samples
- Payload
Content type
application/json
{- "afm": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "types": "facts"
}
Response samples
- 200
Content type
application/json
{- "items": [
- {
- "id": "sample_item.price",
- "type": "fact"
}
]
}
Executes analytical request and returns link to the result
AFM is a combination of attributes, measures and filters that describe a query you want to execute.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
header Parameters
skip-cache | boolean Default: false Ignore all caches during execution of current request. |
timestamp | string <timestamp> Example: 2020-06-03T10:15:30+01:00 |
Request Body schema: application/json
required | object (AFM) Top level executable entity. Combination of [A]ttributes, [F]ilters & [M]etrics. |
required | object (ResultSpec) Specifies how the result data will be formatted ( |
object (ExecutionSettings) Various settings affecting the process of AFM execution or its result |
Responses
Request samples
- Payload
Content type
application/json
{- "execution": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "resultSpec": {
- "dimensions": [
- {
- "itemIdentifiers": [
- "attribute_1",
- "measureGroup"
], - "localIdentifier": "firstDimension",
- "sorting": [
- {
- "attribute": {
- "attributeIdentifier": "attribute1",
- "direction": "ASC",
- "sortType": "DEFAULT"
}
}
]
}
], - "totals": [
- {
- "function": "SUM",
- "localIdentifier": "firstTotal",
- "metric": "metric_1",
- "totalDimensions": [
- {
- "dimensionIdentifier": "firstDimension",
- "totalDimensionItems": [
- "measureGroup"
]
}
]
}
]
}, - "settings": {
- "dataSamplingPercentage": 0
}
}
Response samples
- 200
Content type
application/json
{- "executionResponse": {
- "dimensions": [
- {
- "headers": [
- {
- "measureGroupHeaders": [
- {
- "format": "string",
- "localIdentifier": "string",
- "name": "string"
}
]
}
], - "localIdentifier": "string"
}
], - "links": {
- "executionResult": "string"
}
}
}
Get a single execution result
Gets a single execution result.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
resultId required | string Example: a9b28f9dc55f37ea9f4a5fb0c76895923591e781 Result ID |
query Parameters
offset | Array of integers <int32> [ items <int32> ] Default: [] Example: offset=offset=1,10 Request page with these offsets. Format is offset=1,2,3,... - one offset for each dimensions in ResultSpec from originating AFM. |
limit | Array of integers <int32> [ items <int32> ] Default: [] Example: limit=limit=1,10 Return only this number of items. Format is limit=1,2,3,... - one limit for each dimensions in ResultSpec from originating AFM. |
excludedTotalDimensions | Array of strings Default: [] Example: excludedTotalDimensions=excludedTotalDimensions=dim_0,dim_1 Identifiers of the dimensions where grand total data should not be returned for this request. A grand total will not be returned if all of its totalDimensions are in excludedTotalDimensions. |
Responses
Response samples
- 200
Content type
application/json
{- "data": [
- [
- 1,
- 2.5
], - [
- -1.3,
- 3.14
]
], - "dimensionHeaders": [
- {
- "headerGroups": [
- {
- "headers": [
- {
- "attributeHeader": {
- "labelValue": "East Coast",
- "primaryLabelValue": "1225"
}
}
]
}
]
}
], - "grandTotals": [
- {
- "data": [
- [
- 1,
- 2.5
], - [
- -1.3,
- 3.14
]
], - "dimensionHeaders": [
- {
- "headerGroups": [
- {
- "headers": [
- {
- "attributeHeader": {
- "labelValue": null,
- "primaryLabelValue": null
}
}
]
}
]
}
], - "totalDimensions": [
- "string"
]
}
], - "paging": {
- "count": [
- 2,
- 2
], - "offset": [
- 0,
- 0
], - "total": [
- 2,
- 2
]
}
}
Get a single execution result's metadata.
The resource provides execution result's metadata as AFM and resultSpec used in execution request and an executionResponse
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
resultId required | string Example: a9b28f9dc55f37ea9f4a5fb0c76895923591e781 Result ID |
Responses
Response samples
- 200
Content type
application/json
{- "afm": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "executionResponse": {
- "dimensions": [
- {
- "headers": [
- {
- "measureGroupHeaders": [
- {
- "format": "string",
- "localIdentifier": "string",
- "name": "string"
}
]
}
], - "localIdentifier": "string"
}
], - "links": {
- "executionResult": "string"
}
}, - "resultSize": 0,
- "resultSpec": {
- "dimensions": [
- {
- "itemIdentifiers": [
- "attribute_1",
- "measureGroup"
], - "localIdentifier": "firstDimension",
- "sorting": [
- {
- "attribute": {
- "attributeIdentifier": "attribute1",
- "direction": "ASC",
- "sortType": "DEFAULT"
}
}
]
}
], - "totals": [
- {
- "function": "SUM",
- "localIdentifier": "firstTotal",
- "metric": "metric_1",
- "totalDimensions": [
- {
- "dimensionIdentifier": "firstDimension",
- "totalDimensionItems": [
- "measureGroup"
]
}
]
}
]
}
}
AFM explain resource.
The resource provides static structures needed for investigation of a problem with given AFM.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
query Parameters
explainType | string Enum: "MAQL" "GRPC_MODEL" "GRPC_MODEL_SVG" "WDF" "QT" "QT_SVG" "OPT_QT" "OPT_QT_SVG" "SQL" "SETTINGS" Requested explain type. If not specified all types are bundled in a ZIP archive.
|
Request Body schema: application/json
required | object (AFM) Top level executable entity. Combination of [A]ttributes, [F]ilters & [M]etrics. |
required | object (ResultSpec) Specifies how the result data will be formatted ( |
object (ExecutionSettings) Various settings affecting the process of AFM execution or its result |
Responses
Request samples
- Payload
Content type
application/json
{- "execution": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "resultSpec": {
- "dimensions": [
- {
- "itemIdentifiers": [
- "attribute_1",
- "measureGroup"
], - "localIdentifier": "firstDimension",
- "sorting": [
- {
- "attribute": {
- "attributeIdentifier": "attribute1",
- "direction": "ASC",
- "sortType": "DEFAULT"
}
}
]
}
], - "totals": [
- {
- "function": "SUM",
- "localIdentifier": "firstTotal",
- "metric": "metric_1",
- "totalDimensions": [
- {
- "dimensionIdentifier": "firstDimension",
- "totalDimensionItems": [
- "measureGroup"
]
}
]
}
]
}, - "settings": {
- "dataSamplingPercentage": 0
}
}
Listing of label values. The resulting data are limited by the static platform limit to the maximum of 10000 rows.
Returns paged list of elements (values) of given label satisfying given filtering criteria.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
query Parameters
offset | integer <int32> [ 0 .. 10000 ] Default: 0 Request page with this offset. Must be positive integer. The API is limited to the maximum of 10000 items. Therefore this parameter is limited to this number as well. |
limit | integer <int32> [ 1 .. 10000 ] Default: 1000 Return only this number of items. Must be positive integer. The API is limited to the maximum of 10000 items. Therefore this parameter is limited to this number as well. |
header Parameters
skip-cache | boolean Default: false Ignore all caches during execution of current request. |
Request Body schema: application/json
cacheId | string If specified, the element data will be taken from the result with the same cacheId if it is available. |
complementFilter | boolean Default: false Inverse filters:
|
dataSamplingPercentage | number <float> Deprecated Default: 100 Specifies percentage of source table data scanned during the computation. This field is deprecated and is no longer used during the elements computation. |
Array of (DependsOn (object or null)) or (DependsOnDateFilter (object or null))[ items ] Return only items that are not filtered-out by the parent filters. | |
exactFilter | Array of strings or null[ items ] Return only items, whose |
excludePrimaryLabel | boolean Default: false Excludes items from the result that differ only by primary label
|
object (FilterBy) Specifies what is used for filtering. | |
label required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Requested label. |
patternFilter | string Return only items, whose |
sortOrder | string Enum: "ASC" "DESC" Sort order of returned items.
Items are sorted by |
Array of objects or null (ValidateByItem) [ items ] Return only items that are computable on metric. |
Responses
Request samples
- Payload
Content type
application/json
{- "cacheId": "string",
- "complementFilter": false,
- "dataSamplingPercentage": 100,
- "dependsOn": [
- {
- "complementFilter": false,
- "label": "string",
- "values": [
- "string"
]
}
], - "exactFilter": [
- "string"
], - "excludePrimaryLabel": false,
- "filterBy": {
- "labelType": "PRIMARY"
}, - "label": "label_id",
- "patternFilter": "string",
- "sortOrder": "ASC",
- "validateBy": [
- {
- "id": "string",
- "type": "string"
}
]
}
Response samples
- 200
Content type
application/json
{- "cacheId": "string",
- "elements": [
- {
- "primaryTitle": "string",
- "title": "string"
}
], - "format": {
- "locale": "string",
- "pattern": "string"
}, - "granularity": "MINUTE",
- "paging": {
- "count": 5,
- "offset": 10,
- "total": 100
}, - "primaryLabel": {
- "id": "sample_item.price",
- "type": "fact"
}
}
(EXPERIMENTAL) Compute key driver analysis
(EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
header Parameters
skip-cache | boolean Default: false Ignore all caches during execution of current request. |
Request Body schema: application/json
Array of objects (MeasureItem) [ items ] Additional metrics to be included in the computation, but excluded from the analysis. | |
required | object (MeasureItem) Metric is a quantity that is calculated from the data. |
sortDirection | string Default: "DESC" Enum: "ASC" "DESC" Sorting elements - ascending/descending order. |
Responses
Request samples
- Payload
Content type
application/json
{- "auxMetrics": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "metric": {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}, - "sortDirection": "ASC"
}
Response samples
- 200
Content type
application/json
{- "dimensions": [
- {
- "attribute": {
- "id": "sample_item.price",
- "type": "fact"
}, - "attributeName": "string",
- "format": {
- "locale": "string",
- "pattern": "string"
}, - "granularity": "MINUTE",
- "label": {
- "id": "sample_item.price",
- "type": "fact"
}, - "labelName": "string",
- "valueType": "TEXT"
}
], - "links": {
- "executionResult": "string"
}
}
(EXPERIMENTAL) Get key driver analysis result
(EXPERIMENTAL) Gets key driver analysis.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
resultId required | string Example: a9b28f9dc55f37ea9f4a5fb0c76895923591e781 Result ID |
query Parameters
offset | integer <int32> |
limit | integer <int32> |
Responses
Response samples
- 200
Content type
application/json
{- "data": { }
}
(BETA) Chat with AI
(BETA) Combines multiple use cases such as search, create visualizations, ...
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
Request Body schema: application/json
limitCreate | integer <int32> Default: 3 Maximum number of created results. |
limitCreateContext | integer <int32> Default: 10 Maximum number of relevant objects included into context for LLM (for each object type). |
limitSearch | integer <int32> Default: 5 Maximum number of search results. |
question required | string <= 2000 characters User question |
relevantScoreThreshold | number <double> Default: 0.45 Score, above which we return found objects. Below this score objects are not relevant. |
searchScoreThreshold | number <double> Default: 0.9 Score, above which we return found object(s) and don't call LLM to create new objects. |
threadIdSuffix | string Chat History thread suffix appended to ID generated by backend. Enables more chat windows. |
titleToDescriptorRatio | number <double> Default: 0.7 Temporary for experiments. Ratio of title score to descriptor score. |
object (UserContext) User context, which can affect the behavior of the underlying AI features. |
Responses
Request samples
- Payload
Content type
application/json
{- "limitCreate": 3,
- "limitCreateContext": 10,
- "limitSearch": 5,
- "question": "string",
- "relevantScoreThreshold": 0.45,
- "searchScoreThreshold": 0.9,
- "threadIdSuffix": "string",
- "titleToDescriptorRatio": 0.7,
- "userContext": {
- "activeObject": {
- "id": "string",
- "type": "string",
- "workspaceId": "string"
}
}
}
Response samples
- 200
Content type
application/json
{- "chatHistoryInteractionId": "string",
- "createdVisualizations": {
- "objects": [
- {
- "dimensionality": [
- {
- "id": "country",
- "title": "string",
- "type": "attribute"
}
], - "filters": [
- {
- "exclude": [
- "string"
], - "using": "string"
}
], - "id": "revenue_by_country",
- "metrics": [
- {
- "aggFunction": "COUNT",
- "id": "revenue",
- "title": "string",
- "type": "metric"
}
], - "suggestions": [
- {
- "label": "string",
- "query": "string"
}
], - "title": "Revenue by Country",
- "visualizationType": "TABLE"
}
], - "reasoning": "string"
}, - "errorResponse": "string",
- "foundObjects": {
- "objects": [
- {
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "score": 0,
- "scoreDescriptor": 0,
- "scoreExactMatch": 0,
- "scoreTitle": 0,
- "tags": [
- "string"
], - "title": "string",
- "type": "string",
- "visualizationUrl": "string",
- "workspaceId": "string"
}
], - "reasoning": "string"
}, - "routing": {
- "reasoning": "string",
- "useCase": "INVALID"
}, - "textResponse": "string",
- "threadIdSuffix": "string"
}
(BETA) Get Chat History
(BETA) Post thread ID (and optionally interaction ID) to get full/partial chat history.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
Request Body schema: application/json
chatHistoryInteractionId | string Return chat history records only after this interaction ID. If empty, complete chat history is returned. |
reset | boolean User feedback. |
threadIdSuffix | string Chat History thread suffix appended to ID generated by backend. Enables more chat windows. |
userFeedback | string Enum: "POSITIVE" "NEGATIVE" "NONE" User feedback. |
Responses
Request samples
- Payload
Content type
application/json
{- "chatHistoryInteractionId": "string",
- "reset": true,
- "threadIdSuffix": "string",
- "userFeedback": "POSITIVE"
}
Response samples
- 200
Content type
application/json
{- "interactions": [
- {
- "chatHistoryInteractionId": "string",
- "createdVisualizations": {
- "objects": [
- {
- "dimensionality": [
- {
- "id": "country",
- "title": "string",
- "type": "attribute"
}
], - "filters": [
- {
- "exclude": [
- "string"
], - "using": "string"
}
], - "id": "revenue_by_country",
- "metrics": [
- {
- "aggFunction": "COUNT",
- "id": "revenue",
- "title": "string",
- "type": "metric"
}
], - "suggestions": [
- {
- "label": "string",
- "query": "string"
}
], - "title": "Revenue by Country",
- "visualizationType": "TABLE"
}
], - "reasoning": "string"
}, - "errorResponse": "string",
- "foundObjects": {
- "objects": [
- {
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "score": 0,
- "scoreDescriptor": 0,
- "scoreExactMatch": 0,
- "scoreTitle": 0,
- "tags": [
- "string"
], - "title": "string",
- "type": "string",
- "visualizationUrl": "string",
- "workspaceId": "string"
}
], - "reasoning": "string"
}, - "interactionFinished": true,
- "question": "string",
- "routing": {
- "reasoning": "string",
- "useCase": "INVALID"
}, - "textResponse": "string",
- "threadIdSuffix": "string",
- "userFeedback": "POSITIVE"
}
], - "threadId": "string"
}
(BETA) Chat with AI
(BETA) Combines multiple use cases such as search, create visualizations, ...
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
Request Body schema: application/json
limitCreate | integer <int32> Default: 3 Maximum number of created results. |
limitCreateContext | integer <int32> Default: 10 Maximum number of relevant objects included into context for LLM (for each object type). |
limitSearch | integer <int32> Default: 5 Maximum number of search results. |
question required | string <= 2000 characters User question |
relevantScoreThreshold | number <double> Default: 0.45 Score, above which we return found objects. Below this score objects are not relevant. |
searchScoreThreshold | number <double> Default: 0.9 Score, above which we return found object(s) and don't call LLM to create new objects. |
threadIdSuffix | string Chat History thread suffix appended to ID generated by backend. Enables more chat windows. |
titleToDescriptorRatio | number <double> Default: 0.7 Temporary for experiments. Ratio of title score to descriptor score. |
object (UserContext) User context, which can affect the behavior of the underlying AI features. |
Responses
Request samples
- Payload
Content type
application/json
{- "limitCreate": 3,
- "limitCreateContext": 10,
- "limitSearch": 5,
- "question": "string",
- "relevantScoreThreshold": 0.45,
- "searchScoreThreshold": 0.9,
- "threadIdSuffix": "string",
- "titleToDescriptorRatio": 0.7,
- "userContext": {
- "activeObject": {
- "id": "string",
- "type": "string",
- "workspaceId": "string"
}
}
}
(BETA) Semantic Search in Metadata
(BETA) Uses similarity (e.g. cosine distance) search to find top X most similar metadata objects.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
Request Body schema: application/json
deepSearch | boolean Default: false Turn on deep search. If true, content of complex objects will be searched as well, e.g. metrics in visualizations. |
limit | integer <int32> Default: 10 Maximum number of results to return. There is a hard limit and the actual number of returned results may be lower than what is requested. |
objectTypes | Array of strings Items Enum: "attribute" "metric" "fact" "label" "date" "dataset" "visualization" "dashboard" List of object types to search for. |
question required | string <= 1000 characters Keyword/sentence is input for search. |
relevantScoreThreshold | number <double> Default: 0.3 Score, above which we return found objects. Below this score objects are not relevant. |
titleToDescriptorRatio | number <double> Default: 0.7 Temporary for experiments. Ratio of title score to descriptor score. |
Responses
Request samples
- Payload
Content type
application/json
{- "deepSearch": false,
- "limit": 10,
- "objectTypes": [
- "attribute"
], - "question": "string",
- "relevantScoreThreshold": 0.3,
- "titleToDescriptorRatio": 0.7
}
Response samples
- 200
Content type
application/json
{- "reasoning": "string",
- "relationships": [
- {
- "sourceObjectId": "string",
- "sourceObjectTitle": "string",
- "sourceObjectType": "string",
- "sourceWorkspaceId": "string",
- "targetObjectId": "string",
- "targetObjectTitle": "string",
- "targetObjectType": "string",
- "targetWorkspaceId": "string"
}
], - "results": [
- {
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "score": 0,
- "scoreDescriptor": 0,
- "scoreExactMatch": 0,
- "scoreTitle": 0,
- "tags": [
- "string"
], - "title": "string",
- "type": "string",
- "visualizationUrl": "string",
- "workspaceId": "string"
}
]
}
(EXPERIMENTAL) Smart functions - Anomaly Detection Result
(EXPERIMENTAL) Gets anomalies.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
resultId required | string Example: a9b28f9dc55f37ea9f4a5fb0c76895923591e781 Result ID |
query Parameters
offset | integer <int32> |
limit | integer <int32> |
Responses
Response samples
- 200
Content type
application/json
{- "anomalyFlag": [
- true
], - "attribute": [
- "string"
], - "values": [
- 0
]
}
(EXPERIMENTAL) Smart functions - Anomaly Detection
(EXPERIMENTAL) Computes anomaly detection.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
resultId required | string Example: 9bd52018570364264fcf62d373da6bed313120e8 Input result ID to be used in the computation |
header Parameters
skip-cache | boolean Default: false Ignore all caches during execution of current request. |
Request Body schema: application/json
sensitivity required | number <float> Anomaly detection sensitivity. |
Responses
Request samples
- Payload
Content type
application/json
{- "sensitivity": 0
}
Response samples
- 200
Content type
application/json
{- "links": {
- "executionResult": "string"
}
}
(EXPERIMENTAL) Smart functions - Clustering Result
(EXPERIMENTAL) Gets clustering result.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
resultId required | string Example: a9b28f9dc55f37ea9f4a5fb0c76895923591e781 Result ID |
query Parameters
offset | integer <int32> |
limit | integer <int32> |
Responses
Response samples
- 200
Content type
application/json
{- "attribute": [
- { }
], - "clusters": [
- 0
], - "xcoord": [
- 0
], - "ycoord": [
- 0
]
}
(EXPERIMENTAL) Smart functions - Clustering
(EXPERIMENTAL) Computes clusters for data points from the provided execution result and parameters.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
resultId required | string Example: 9bd52018570364264fcf62d373da6bed313120e8 Input result ID to be used in the computation |
header Parameters
skip-cache | boolean Default: false Ignore all caches during execution of current request. |
Request Body schema: application/json
numberOfClusters required | integer <int32> >= 1 Number of clusters to create |
threshold | number <double> > 0 Default: 0.03 Threshold used for algorithm |
Responses
Request samples
- Payload
Content type
application/json
{- "numberOfClusters": 1,
- "threshold": 0.03
}
Response samples
- 200
Content type
application/json
{- "links": {
- "executionResult": "string"
}
}
(BETA) Smart functions - Forecast Result
(BETA) Gets forecast result.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
resultId required | string Example: a9b28f9dc55f37ea9f4a5fb0c76895923591e781 Result ID |
query Parameters
offset | integer <int32> |
limit | integer <int32> |
Responses
Response samples
- 200
Content type
application/json
{- "attribute": [
- "string"
], - "lowerBound": [
- 0
], - "origin": [
- 0
], - "prediction": [
- 0
], - "upperBound": [
- 0
]
}
(BETA) Smart functions - Forecast
(BETA) Computes forecasted data points from the provided execution result and parameters.
path Parameters
workspaceId required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ Workspace identifier |
resultId required | string Example: 9bd52018570364264fcf62d373da6bed313120e8 Input result ID to be used in the computation |
header Parameters
skip-cache | boolean Default: false Ignore all caches during execution of current request. |
Request Body schema: application/json
confidenceLevel | number <float> ( 0 .. 1 ) Default: 0.95 Confidence interval boundary value. |
forecastPeriod required | integer <int32> Number of future periods that should be forecasted |
seasonal | boolean Default: false Whether the input data is seasonal |
Responses
Request samples
- Payload
Content type
application/json
{- "confidenceLevel": 0.95,
- "forecastPeriod": 0,
- "seasonal": false
}
Response samples
- 200
Content type
application/json
{- "links": {
- "executionResult": "string"
}
}
Values for requested public entitlements.
Resolves values for requested entitlements in the organization.
Request Body schema: application/json
entitlementsName required | Array of strings unique Items Enum: "CacheStrategy" "Contract" "CustomTheming" "ExtraCache" "Hipaa" "PdfExports" "ManagedOIDC" "UiLocalization" "Tier" "UserCount" "UnlimitedUsers" "UnlimitedWorkspaces" "WhiteLabeling" "WorkspaceCount" "UserTelemetryDisabled" "AutomationCount" "UnlimitedAutomations" "AutomationRecipientCount" "UnlimitedAutomationRecipients" "DailyScheduledActionCount" "UnlimitedDailyScheduledActions" "DailyAlertActionCount" "UnlimitedDailyAlertActions" "ScheduledActionMinimumRecurrenceMinutes" "FederatedIdentityManagement" |
Responses
Request samples
- Payload
Content type
application/json
{- "entitlementsName": [
- "CacheStrategy"
]
}
Response samples
- 200
Content type
application/json
[- {
- "expiry": "2019-08-24",
- "name": "CacheStrategy",
- "value": "string"
}
]
Get Entitlements
Space of the shared interest
query Parameters
filter | string Example: filter=filter=value==someString;expiry==LocalDateValue 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'). |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "page" "all" "ALL" Example: metaInclude=metaInclude=page,all Include Meta objects. |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "expiry": "2019-08-24",
- "value": "string"
}, - "id": "id1",
- "type": "entitlement",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Get Entitlement
Space of the shared interest
path Parameters
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
query Parameters
filter | string Example: filter=filter=value==someString;expiry==LocalDateValue 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'). |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "expiry": "2019-08-24",
- "value": "string"
}, - "id": "id1",
- "type": "entitlement"
},
}
Values for selected settings without workspace.
Resolves values for selected settings without workspace by current user, organization, or default settings.
Request Body schema: application/json
settings required | Array of strings An array of setting IDs to resolve. |
Responses
Request samples
- Payload
Content type
application/json
{- "settings": [
- "timezone"
]
}
Response samples
- 200
Content type
application/json
[- {
- "content": { },
- "id": "string",
- "type": "TIMEZONE"
}
]
Collect data about the current cache usage
Get the detailed data about how much cache your organization is currently using, broken down by individual workspaces.
Responses
Response samples
- 200
Content type
application/json
{- "organizationCacheUsage": {
- "current": {
- "cacheUsed": 0,
- "removalPeriodStart": "2019-08-24T14:15:22Z",
- "removedSinceStart": 0
}, - "removalIntervals": [
- {
- "from": "2019-08-24T14:15:22Z",
- "removed": 0,
- "to": "2019-08-24T14:15:22Z"
}
], - "settings": {
- "extraCacheBudget": 0
}
}, - "workspaceCacheUsages": {
- "property1": {
- "current": {
- "cacheAvailable": 0,
- "cacheUsed": 0,
- "removalPeriodStart": "2019-08-24T14:15:22Z",
- "removedSinceStart": 0
}, - "removalIntervals": [
- {
- "from": "2019-08-24T14:15:22Z",
- "removed": 0,
- "to": "2019-08-24T14:15:22Z"
}
], - "settings": {
- "extraCache": 0
}
}, - "property2": {
- "current": {
- "cacheAvailable": 0,
- "cacheUsed": 0,
- "removalPeriodStart": "2019-08-24T14:15:22Z",
- "removedSinceStart": 0
}, - "removalIntervals": [
- {
- "from": "2019-08-24T14:15:22Z",
- "removed": 0,
- "to": "2019-08-24T14:15:22Z"
}
], - "settings": {
- "extraCache": 0
}
}
}
}
Get all Automations
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;notificationChannel.id==321;analyticalDashboard.id==321 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'). |
include | Array of strings Items Enum: "notificationChannels" "analyticalDashboards" "userIdentifiers" "exportDefinitions" "users" "notificationChannel" "analyticalDashboard" "createdBy" "modifiedBy" "recipients" "ALL" Example: include=include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": null,
- "type": null
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": null
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": null
}
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "areRelationsValid": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "details": "string",
- "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "metadata": { },
- "modifiedAt": "2019-08-24T14:15:22Z",
- "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "cronDescription": "string",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": null
}, - "property2": {
- "title": null
}
}, - "metrics": {
- "property1": {
- "format": null,
- "title": null
}, - "property2": {
- "format": null,
- "title": null
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "string"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "exportDefinitions": {
- "data": [
- {
- "id": "string",
- "type": "exportDefinition"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "notificationChannel": {
- "data": {
- "id": "string",
- "type": "notificationChannel"
}
}, - "recipients": {
- "data": [
- {
- "id": "string",
- "type": "user"
}
]
}
}, - "type": "automation",
}
], - "included": [
- {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "destinationType": "WEBHOOK",
- "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Automations
path Parameters
workspaceId required | string |
query Parameters
include | Array of strings Items Enum: "notificationChannels" "analyticalDashboards" "userIdentifiers" "exportDefinitions" "users" "notificationChannel" "analyticalDashboard" "createdBy" "modifiedBy" "recipients" "ALL" Example: include=include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiAutomationIn) JSON:API representation of automation entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "areRelationsValid": true,
- "description": "string",
- "details": "string",
- "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "metadata": { },
- "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "string"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "exportDefinitions": {
- "data": [
- {
- "id": "string",
- "type": "exportDefinition"
}
]
}, - "notificationChannel": {
- "data": {
- "id": "string",
- "type": "notificationChannel"
}
}, - "recipients": {
- "data": [
- {
- "id": "string",
- "type": "user"
}
]
}
}, - "type": "automation"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "areRelationsValid": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "details": "string",
- "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "metadata": { },
- "modifiedAt": "2019-08-24T14:15:22Z",
- "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "cronDescription": "string",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "string"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "exportDefinitions": {
- "data": [
- {
- "id": "string",
- "type": "exportDefinition"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "notificationChannel": {
- "data": {
- "id": "string",
- "type": "notificationChannel"
}
}, - "recipients": {
- "data": [
- {
- "id": "string",
- "type": "user"
}
]
}
}, - "type": "automation"
}, - "included": [
- {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "destinationType": "WEBHOOK",
- "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel",
}
],
}
Delete an Automation
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;notificationChannel.id==321;analyticalDashboard.id==321 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'). |
Responses
Get an Automation
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;notificationChannel.id==321;analyticalDashboard.id==321 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'). |
include | Array of strings Items Enum: "notificationChannels" "analyticalDashboards" "userIdentifiers" "exportDefinitions" "users" "notificationChannel" "analyticalDashboard" "createdBy" "modifiedBy" "recipients" "ALL" Example: include=include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "areRelationsValid": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "details": "string",
- "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "metadata": { },
- "modifiedAt": "2019-08-24T14:15:22Z",
- "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "cronDescription": "string",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "string"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "exportDefinitions": {
- "data": [
- {
- "id": "string",
- "type": "exportDefinition"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "notificationChannel": {
- "data": {
- "id": "string",
- "type": "notificationChannel"
}
}, - "recipients": {
- "data": [
- {
- "id": "string",
- "type": "user"
}
]
}
}, - "type": "automation"
}, - "included": [
- {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "destinationType": "WEBHOOK",
- "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel",
}
],
}
Patch an Automation
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;notificationChannel.id==321;analyticalDashboard.id==321 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'). |
include | Array of strings Items Enum: "notificationChannels" "analyticalDashboards" "userIdentifiers" "exportDefinitions" "users" "notificationChannel" "analyticalDashboard" "createdBy" "modifiedBy" "recipients" "ALL" Example: include=include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiAutomationPatch) JSON:API representation of patching automation entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "areRelationsValid": true,
- "description": "string",
- "details": "string",
- "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "metadata": { },
- "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "string"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "exportDefinitions": {
- "data": [
- {
- "id": "string",
- "type": "exportDefinition"
}
]
}, - "notificationChannel": {
- "data": {
- "id": "string",
- "type": "notificationChannel"
}
}, - "recipients": {
- "data": [
- {
- "id": "string",
- "type": "user"
}
]
}
}, - "type": "automation"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "areRelationsValid": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "details": "string",
- "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "metadata": { },
- "modifiedAt": "2019-08-24T14:15:22Z",
- "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "cronDescription": "string",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "string"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "exportDefinitions": {
- "data": [
- {
- "id": "string",
- "type": "exportDefinition"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "notificationChannel": {
- "data": {
- "id": "string",
- "type": "notificationChannel"
}
}, - "recipients": {
- "data": [
- {
- "id": "string",
- "type": "user"
}
]
}
}, - "type": "automation"
}, - "included": [
- {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "destinationType": "WEBHOOK",
- "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel",
}
],
}
Put an Automation
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;notificationChannel.id==321;analyticalDashboard.id==321 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'). |
include | Array of strings Items Enum: "notificationChannels" "analyticalDashboards" "userIdentifiers" "exportDefinitions" "users" "notificationChannel" "analyticalDashboard" "createdBy" "modifiedBy" "recipients" "ALL" Example: include=include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiAutomationIn) JSON:API representation of automation entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "areRelationsValid": true,
- "description": "string",
- "details": "string",
- "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "metadata": { },
- "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "string"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "exportDefinitions": {
- "data": [
- {
- "id": "string",
- "type": "exportDefinition"
}
]
}, - "notificationChannel": {
- "data": {
- "id": "string",
- "type": "notificationChannel"
}
}, - "recipients": {
- "data": [
- {
- "id": "string",
- "type": "user"
}
]
}
}, - "type": "automation"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "areRelationsValid": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "details": "string",
- "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "metadata": { },
- "modifiedAt": "2019-08-24T14:15:22Z",
- "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "cronDescription": "string",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "string"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "exportDefinitions": {
- "data": [
- {
- "id": "string",
- "type": "exportDefinition"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "notificationChannel": {
- "data": {
- "id": "string",
- "type": "notificationChannel"
}
}, - "recipients": {
- "data": [
- {
- "id": "string",
- "type": "user"
}
]
}
}, - "type": "automation"
}, - "included": [
- {
- "attributes": {
- "allowedRecipients": "CREATOR",
- "customDashboardUrl": "string",
- "dashboardLinkVisibility": "HIDDEN",
- "description": "string",
- "destination": {
- "fromEmail": "no-reply@gooddata.com",
- "fromEmailName": "GoodData",
- "type": "DEFAULT_SMTP"
}, - "destinationType": "WEBHOOK",
- "inPlatformNotification": "DISABLED",
- "name": "string"
}, - "id": "id1",
- "type": "notificationChannel",
}
],
}
Get automations
Retrieve automations for the specific workspace
path Parameters
workspaceId required | string |
query Parameters
exclude | Array of strings Items Value: "ACTIVITY_INFO" |
Responses
Response samples
- 200
Content type
application/json
[- {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "analyticalDashboard": {
- "id": "dashboard123",
- "type": "analyticalDashboard"
}, - "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "string",
- "details": {
- "property1": "string",
- "property2": "string"
}, - "exportDefinitions": [
- {
- "id": "export123",
- "type": "exportDefinition"
}
], - "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "id": "string",
- "metadata": { },
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "notificationChannel": {
- "id": "webhook123",
- "type": "notificationChannel"
}, - "recipients": [
- {
- "id": "example123",
- "type": "user"
}
], - "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "cronDescription": "string",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "[\"Revenue\",\"Sales\"]"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}
]
Set automations
Set automations for the specific workspace.
path Parameters
workspaceId required | string |
Request Body schema: application/json
Array
object (AutomationAlert) | |
object (DeclarativeAnalyticalDashboardIdentifier) An analytical dashboard identifier. | |
createdAt | string or null[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2} Time of the entity creation. |
object (DeclarativeUserIdentifier) A user identifier. | |
description | string <= 255 characters |
object <= 10000 characters TODO | |
Array of objects (DeclarativeExportDefinitionIdentifier) unique [ items ] | |
Array of objects (AutomationExternalRecipient) unique [ items ] External recipients of the automation action results. | |
id required | string^(?!\.)[.A-Za-z0-9_-]{1,255}$ |
metadata | object or null (JsonNode) <= 15000 characters Free-form JSON object |
modifiedAt | string or null[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2} Time of the last entity modification. |
object (DeclarativeUserIdentifier) A user identifier. | |
object (DeclarativeNotificationChannelIdentifier) A notification channel identifier. | |
Array of objects (DeclarativeUserIdentifier) unique [ items ] | |
object (AutomationSchedule) | |
state | string Default: "ACTIVE" Enum: "ACTIVE" "PAUSED" Current state of the automation. |
Array of objects (AutomationTabularExport) unique [ items ] | |
tags | Array of strings unique |
title | string <= 255 characters |
Array of objects (AutomationVisualExport) unique [ items ] |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "alert": {
- "condition": {
- "comparison": {
- "left": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}, - "operator": "GREATER_THAN",
- "right": {
- "format": "#,##0",
- "localIdentifier": "m1",
- "title": "Revenue"
}
}
}, - "execution": {
- "attributes": [
- {
- "label": {
- "identifier": {
- "id": "sample_item.price",
- "type": "label"
}
}, - "localIdentifier": "attribute_1",
- "showAllValues": false
}
], - "auxMeasures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
], - "filters": [
- {
- "inline": {
- "applyOnResult": true,
- "filter": "string",
- "localIdentifier": "string"
}
}
], - "measures": [
- {
- "definition": {
- "inline": {
- "maql": "string"
}
}, - "localIdentifier": "metric_1"
}
]
}, - "trigger": "ALWAYS"
}, - "analyticalDashboard": {
- "id": "dashboard123",
- "type": "analyticalDashboard"
}, - "createdAt": "2023-07-20 12:30",
- "createdBy": {
- "id": "example123",
- "type": "user"
}, - "description": "string",
- "details": {
- "property1": "string",
- "property2": "string"
}, - "exportDefinitions": [
- {
- "id": "export123",
- "type": "exportDefinition"
}
], - "externalRecipients": [
- {
- "email": "user@example.com"
}
], - "id": "string",
- "metadata": { },
- "modifiedAt": "2023-07-20 12:30",
- "modifiedBy": {
- "id": "example123",
- "type": "user"
}, - "notificationChannel": {
- "id": "webhook123",
- "type": "notificationChannel"
}, - "recipients": [
- {
- "id": "example123",
- "type": "user"
}
], - "schedule": {
- "cron": "0 */30 9-17 ? * MON-FRI",
- "firstRun": "2025-01-01T12:00:00Z",
- "timezone": "Europe/Prague"
}, - "state": "ACTIVE",
- "tabularExports": [
- {
- "requestPayload": {
- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
}
], - "tags": [
- "[\"Revenue\",\"Sales\"]"
], - "title": "string",
- "visualExports": [
- {
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
}
]
}
]
(EXPERIMENTAL) Create dashboard tabular export request
Note: This API is an experimental and is going to change. Please, use it accordingly.An tabular export job will be created based on the export request and put to queue to be executed. The result of the operation will be an exportResult identifier that will be assembled by the client into a url that can be polled.
path Parameters
workspaceId required | string |
dashboardId required | string |
Responses
Response samples
- 201
Content type
application/json
{- "exportResult": "string"
}
Create tabular export request
An tabular export job will be created based on the export request and put to queue to be executed. The result of the operation will be an exportResult identifier that will be assembled by the client into a url that can be polled.
path Parameters
workspaceId required | string |
Request Body schema: application/json
object (CustomOverride) Custom cell value overrides (IDs will be replaced with specified values). | |
executionResult | string Execution result identifier. |
fileName required | string Filename of downloaded file without extension. |
format required | string Enum: "CSV" "XLSX" "HTML" "PDF" Expected file format. |
metadata | object or null (JsonNode) <= 15000 characters Free-form JSON object |
relatedDashboardId | string Analytical dashboard identifier. Optional identifier, which informs the system that the export is related to a specific dashboard. |
object (Settings) Additional settings. | |
visualizationObject | string Visualization object identifier. Alternative to executionResult property. |
visualizationObjectCustomFilters | Array of objects[ items ] Optional custom filters (as array of IFilter objects defined in UI SDK) to be applied when visualizationObject is given. |
Responses
Request samples
- Payload
Content type
application/json
{- "customOverride": {
- "labels": {
- "property1": {
- "title": "string"
}, - "property2": {
- "title": "string"
}
}, - "metrics": {
- "property1": {
- "format": "string",
- "title": "string"
}, - "property2": {
- "format": "string",
- "title": "string"
}
}
}, - "executionResult": "ff483727196c9dc862c7fd3a5a84df55c96d61a4",
- "fileName": "result",
- "format": "CSV",
- "metadata": { },
- "relatedDashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "settings": {
- "mergeHeaders": true,
- "pdfPageSize": "a4 landscape",
- "pdfTableStyle": [
- {
- "properties": [
- {
- "key": "font-size",
- "value": "30px"
}
], - "selector": "th"
}
], - "pdfTopLeftContent": "Good",
- "pdfTopRightContent": "Morning",
- "showFilters": false
}, - "visualizationObject": "f7c359bc-c230-4487-b15b-ad9685bcb537",
- "visualizationObjectCustomFilters": "[{\"negativeAttributeFilter\":{\"displayForm\":{\"identifier\":{\"id\":\"products.category\",\"type\":\"label\"}},\"notIn\":{\"values\":[\"Books\"]}}}]"
}
Response samples
- 201
Content type
application/json
{- "exportResult": "string"
}
Retrieve exported files
After clients creates a POST export request, the processing of it will start shortly asynchronously. To retrieve the result, client has to check periodically for the result on this endpoint. In case the result isn't ready yet, the service returns 202. If the result is ready, it returns 200 and octet stream of the result file with provided filename.
path Parameters
workspaceId required | string |
exportId required | string |
Responses
Create visual - pdf export request
An visual export job will be created based on the export request and put to queue to be executed. The result of the operation will be an exportResult identifier that will be assembled by the client into a url that can be polled.
path Parameters
workspaceId required | string |
Request Body schema: application/json
dashboardId required | string Dashboard identifier |
fileName required | string File name to be used for retrieving the pdf document. |
metadata | object Metadata definition in free-form JSON format. |
Responses
Request samples
- Payload
Content type
application/json
{- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}
Response samples
- 201
Content type
application/json
{- "exportResult": "string"
}
Retrieve metadata context
This endpoints serves as a cache for user defined metadata for the front end ui to retrieve them, if one was created using the POST ../export/visual endpoint. The metadata structure is not verified. If metadata for given {exportId} has been found, endpoint returns the value 200 else 404.
path Parameters
workspaceId required | string |
exportId required | string |
Responses
Get all Export Definitions
path Parameters
workspaceId required | string |
query Parameters
origin | string Default: "ALL" Enum: "ALL" "PARENTS" "NATIVE" Defines scope of origin of objects. All by default. |
filter | string Example: filter=filter=title==someString;description==someString;visualizationObject.id==321;analyticalDashboard.id==321 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'). |
include | Array of strings Items Enum: "visualizationObjects" "analyticalDashboards" "automations" "userIdentifiers" "visualizationObject" "analyticalDashboard" "automation" "createdBy" "modifiedBy" "ALL" Example: include=include=visualizationObject,analyticalDashboard,automation,createdBy,modifiedBy 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. |
page | integer Default: 0 Zero-based page index (0..N) |
size | integer Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
metaInclude | Array of strings unique Items Enum: "origin" "page" "all" "ALL" Example: metaInclude=metaInclude=origin,page,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": [
- {
- "attributes": {
- "areRelationsValid": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}, - "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "automation": {
- "data": {
- "id": "string",
- "type": "automation"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObject": {
- "data": {
- "id": "string",
- "type": "visualizationObject"
}
}
}, - "type": "exportDefinition",
}
], - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "visualizationObject",
}
], - "meta": {
- "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
}
Post Export Definitions
path Parameters
workspaceId required | string |
query Parameters
include | Array of strings Items Enum: "visualizationObjects" "analyticalDashboards" "automations" "userIdentifiers" "visualizationObject" "analyticalDashboard" "automation" "createdBy" "modifiedBy" "ALL" Example: include=include=visualizationObject,analyticalDashboard,automation,createdBy,modifiedBy 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiExportDefinitionPostOptionalId) JSON:API representation of exportDefinition entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}, - "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "visualizationObject": {
- "data": {
- "id": "string",
- "type": "visualizationObject"
}
}
}, - "type": "exportDefinition"
}
}
Response samples
- 201
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}, - "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "automation": {
- "data": {
- "id": "string",
- "type": "automation"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObject": {
- "data": {
- "id": "string",
- "type": "visualizationObject"
}
}
}, - "type": "exportDefinition"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "visualizationObject",
}
],
}
Delete an Export Definition
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;visualizationObject.id==321;analyticalDashboard.id==321 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'). |
Responses
Get an Export Definition
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;visualizationObject.id==321;analyticalDashboard.id==321 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'). |
include | Array of strings Items Enum: "visualizationObjects" "analyticalDashboards" "automations" "userIdentifiers" "visualizationObject" "analyticalDashboard" "automation" "createdBy" "modifiedBy" "ALL" Example: include=include=visualizationObject,analyticalDashboard,automation,createdBy,modifiedBy 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. |
metaInclude | Array of strings unique Items Enum: "origin" "all" "ALL" Example: metaInclude=metaInclude=origin,all Include Meta objects. |
header Parameters
X-GDC-VALIDATE-RELATIONS | boolean Default: false |
Responses
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}, - "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "automation": {
- "data": {
- "id": "string",
- "type": "automation"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObject": {
- "data": {
- "id": "string",
- "type": "visualizationObject"
}
}
}, - "type": "exportDefinition"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "visualizationObject",
}
],
}
Patch an Export Definition
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;visualizationObject.id==321;analyticalDashboard.id==321 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'). |
include | Array of strings Items Enum: "visualizationObjects" "analyticalDashboards" "automations" "userIdentifiers" "visualizationObject" "analyticalDashboard" "automation" "createdBy" "modifiedBy" "ALL" Example: include=include=visualizationObject,analyticalDashboard,automation,createdBy,modifiedBy 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiExportDefinitionPatch) JSON:API representation of patching exportDefinition entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}, - "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "visualizationObject": {
- "data": {
- "id": "string",
- "type": "visualizationObject"
}
}
}, - "type": "exportDefinition"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}, - "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "automation": {
- "data": {
- "id": "string",
- "type": "automation"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObject": {
- "data": {
- "id": "string",
- "type": "visualizationObject"
}
}
}, - "type": "exportDefinition"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "visualizationObject",
}
],
}
Put an Export Definition
path Parameters
workspaceId required | string |
objectId required | string |
query Parameters
filter | string Example: filter=filter=title==someString;description==someString;visualizationObject.id==321;analyticalDashboard.id==321 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'). |
include | Array of strings Items Enum: "visualizationObjects" "analyticalDashboards" "automations" "userIdentifiers" "visualizationObject" "analyticalDashboard" "automation" "createdBy" "modifiedBy" "ALL" Example: include=include=visualizationObject,analyticalDashboard,automation,createdBy,modifiedBy 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. |
Request Body schema: application/vnd.gooddata.api+json
required | object (JsonApiExportDefinitionIn) JSON:API representation of exportDefinition entity. |
Responses
Request samples
- Payload
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "description": "string",
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}, - "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "visualizationObject": {
- "data": {
- "id": "string",
- "type": "visualizationObject"
}
}
}, - "type": "exportDefinition"
}
}
Response samples
- 200
Content type
application/vnd.gooddata.api+json
{- "data": {
- "attributes": {
- "areRelationsValid": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "requestPayload": {
- "dashboardId": "761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
- "fileName": "filename",
- "metadata": "{}"
}, - "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "analyticalDashboard": {
- "data": {
- "id": "string",
- "type": "analyticalDashboard"
}
}, - "automation": {
- "data": {
- "id": "string",
- "type": "automation"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "visualizationObject": {
- "data": {
- "id": "string",
- "type": "visualizationObject"
}
}
}, - "type": "exportDefinition"
}, - "included": [
- {
- "attributes": {
- "areRelationsValid": true,
- "content": {
- "identifier": {
- "id": "label.leaf",
- "type": "label"
}, - "someBoolProp": false
}, - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "title": "string"
}, - "id": "id1",
- "meta": {
- "origin": {
- "originId": "string",
- "originType": "NATIVE"
}
}, - "relationships": {
- "attributes": {
- "data": [
- {
- "id": "string",
- "type": "attribute"
}
]
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}, - "datasets": {
- "data": [
- {
- "id": "string",
- "type": "dataset"
}
]
}, - "facts": {
- "data": [
- {
- "id": "string",
- "type": "fact"
}
]
}, - "labels": {
- "data": [
- {
- "id": "string",
- "type": "label"
}
]
}, - "metrics": {
- "data": [
- {
- "id": "string",
- "type": "metric"
}
]
}, - "modifiedBy": {
- "data": {
- "id": "string",
- "type": "userIdentifier"
}
}
}, - "type": "visualizationObject",
}
],
}