GET /api/dossiers/{dossierId}/instances/{dossierInstanceId}/elements #40
Answered
by
ChristiaanEmpowerBI
ChristiaanEmpowerBI
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
ChristiaanEmpowerBI
Oct 20, 2023
Replies: 1 comment
-
The rest API expects the element ID, and not the attribute ID. I ended up obtaining the element ID for querying the cube that it is in:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ChristiaanEmpowerBI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The rest API expects the element ID, and not the attribute ID.
I ended up obtaining the element ID for querying the cube that it is in:
def GET_api_cubes_cubeid_attributes_attributeid_elements(auth_token, project_id, cube_id, attribute_id, connection):