This message was deleted.
# gooddata-ui
s
This message was deleted.
j
Hello @Jitender Singh! Is the
displayForm
key populated? Are you working with a hosted GoodData platform (codename Bear), or with a self-hosted GoodData.CN (codename Tiger)?
j
Filter Name showing as
<attribute-name>
, so are they both same ?
j
I'm seeing
Aggregationlevelcode
, not
AggregationLevelCode
, so I don't think they're the same. To get the name of the attribute, try this API endpoint: https://www.gooddata.com/developers/cloud-native/doc/1.7/api/api_reference_all/#/entities/getEntity%40Labels. I think that the URL should look something like this for you:
http(s)://your.domain/api/entities/workspaces/<your-workspace-id>/labels/GLActivity.AggregationLevelCode
(or maybe just
http(s)://your.domain/api/entities/workspaces/<your-workspace-id>/labels/AggregationLevelCode
). Please note that you will get the name of the label (=displayForm), not the attribute! But from the label (=displayForm) you will get the ID of the attribute, and then you can GET the attribute to get the name. But most likely all you need is the label (=displayForm) name.
j
Thanks @Jiri Zajic for the response, I will try
👍 1
j
Let us know how it went!
j
Using
http(s)://your.domain/api/entities/workspaces/<your-workspace-id>/labels/<attribute-id>
I am getting the result and later one is giving 404
j
This is it! 👏 The title is "Aggregationlevelcode" in this case. But it could be changed "Aggregation Level Code" or anything else.
👍 1