Hey guys, I have a question, in my application I h...
# gooddata-platform
g
Hey guys, I have a question, in my application I have two filters, one for week and another for sort, but I want a filter for month, Does anyone know which model for the month?
j
If you’re using the hosted platform as your backend, you should be able to retrieve the attribute names by GET calling the available datasets at
<http://example.gooddata.com/gdc/md/workspace_id/query/datasets|example.gooddata.com/gdc/md/workspace_id/query/datasets>
. From there, you can find the obj_id and then the specific attributes names by GET calling
<http://example.gooddata.com/gdc/md/workspace_id/obj/obj_id|example.gooddata.com/gdc/md/workspace_id/obj/obj_id>
g
Thank you
🙌 1