Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a JSON response that looks like this:
Hi,
I assume you've tried looking for a different API that returns all employees (for the JIRA solution there are many different APIs depending on what you are trying to achieve).
I had a similar issue with the keys when I had to start using pagination as I returned more than the maximum allowable number of records per GET request. I found that the solution was to change the key generation strategy in the connection properties to fully qualified record in order to generate a unique ID (see below).
No, this garbage API is what we've got. I've been nagging them about giving us access to the actual database, which would make everything a lot easier, but that's a hard no I'm afraid.
But what do you know, changing the key generation strategy worked. Woohoo!
I thank you so much for all your help and patience! I've certainly learned a lot about Qlik through this ordeal. Now to finally get started on this report...
Glad it helped. I found it very frustrating when I first started using the REST connector. As usual, the help pages lack sufficient variety of examples to be really useful. In general, we have to rely on those who post on these Community pages, which is why I try to answer questions from time to time, to give something back.
Good luck with the rest.