Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlik Community!
I am trying to use the "Get/v1/automations/usage"-API which is described on
https://qlik.dev/apis/rest/automations#%23%2Fentries%2Fv1%2Fautomations%2Fusage-get
As you can see in the documentation the response should be like this:
When I send the API call I have defined both the URL, Bearer Authorization and the filter-parameter as:
filter=date gt "2023-03-02"
My response only contains the first three items: date, name and value.
I need the rest of the response from the picture: Automation: guid, name and ownerId.
What am I missing?
Sincerely,
Ismail
Hi @ismailk94
Could you please try adding breakdownBy=automation
to your query parameters?
This seems to work for me
Thanks
Hi Ismail,
Did you try adding the query parameter "breakdown"?
Hi Shai_E
Thanks for the reply.
I have tried to add the breakdown-parameter in several ways but I keep getting an error - do you know the syntax of how the breakdown-parameter should be added?
Ismail
Hi @ismailk94
Could you please try adding breakdownBy=automation
to your query parameters?
This seems to work for me
Thanks
Hi AfeefaTk
Works perfect! Thanks 🙂
Ismail