Panelstack #43
-
|
I want to get the information on a dossier that has a filter, panelstack and a visualization on the panelstack. I am able to get the elementID from |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I ended up using this python code to get it: def GET_api_v2_dossiers_dossierid_instances_instanceid_chapters_chapterKey_visualizations_vizualizationKey(auth_token, dossier_id, project_id, dossier_instance_id, chapter_key, visualization_key, connection): |
Beta Was this translation helpful? Give feedback.
-
|
I stopped using the GET: api/cubes/{cubeId}/attributes/{attributeId}/elements because when you have hundreds of thousands of attribute elements it takes more than 10 seconds to retrieve the result. So I enhanced it to create a report off of the cube, with a prompt. def PUT_api_reports_reportid_instances_instanceid_prompts_answers(auth_token, project_id, report_id, report_instance_id, search_customer_id, JSON_data, connection): |
Beta Was this translation helpful? Give feedback.


I ended up using this python code to get it:
def GET_api_v2_dossiers_dossierid_instances_instanceid_chapters_chapterKey_visualizations_vizualizationKey(auth_token, dossier_id, project_id, dossier_instance_id, chapter_key, visualization_key, connection):