API 1.4 and sub-classification
need some help getting data out of API 1.4. I have a multi-level-classification (Multiple-Level Classifications) which looks something line this:
evar1
|-- level1
|---level1.1
the question is how can I return the values of level1.1 in a report by API 1.4? tried a lot of different calls but either get an error or no data returned. (I checked in workspace and I should get data)
I tried almost every combination of "classification" in the call as described here https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/reporting-api/data_types/r_reportDescriptionElement.md
any ideas or hints what to try?
remark: I have no problems getting data out of the first level (level1), but I want the sub-classification (level1.1)