Solved

Where can I fund filter IDs for raw Report export?

  • 30 June 2022
  • 1 reply
  • 38 views

Hi there,

We have a dashboard with a report, but we also want to export report’s data and use a part of it in our internal BI tool. This page https://help.gooddata.com/doc/enterprise/en/expand-your-gooddata-platform/api-reference#operation/exportRawReport suggests that raw export can be filtered. I am trying to understand where can I find filter_id for this:

        {
"uri": "/gdc/md/{project_id}/obj/{filter_id}",
"constraint": {
"type": "interval",
"from": "2015-07-01",
"to": "2015-07-10"
}
}

Any help is greatly appreciated!

icon

Best answer by Julius Kos 30 June 2022, 12:11

View original

1 reply

Userlevel 2

Hi Gunit,

 

You can easily check all the object IDs on the Dashboard using the Gray Pages. Please see the bellow article which explains how to access it:

https://help.gooddata.com/doc/enterprise/en/workspace-and-user-administration/administrating-workspaces-and-workspace-objects/access-the-gray-pages-for-a-workspace

Find the particular dashboard in the metadata/query section, open its definition and you will see all the objects in it.

 

I would also recommend you to use our GoodData extension tool which simplifies access and navigation throughout the technical resources within the platform (Grey Pages included):

https://help.gooddata.com/doc/enterprise/en/workspace-and-user-administration/administrating-workspaces-and-workspace-objects/gooddata-extension-tool-for-chrome

 

Julius

Reply