Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
I'm using this string to fetch back all successful reload times which I can loop through using href_u1 to get the next 100 records etc.
'https://XXX.XX.qlikcloud.com/api/v1/reloads?filter=status%20eq%20%22SUCCEEDED%22&limit=100'
So rather than looping multiple times to ensure I get all apps and then reducing the table using MAX and grouping by the appId, is there a way to only fetch back the last successful reload details for each app?
Many thanks in advance.
I've managed to get the status of the last reload of apps, this doesn't include start time so I wasn't able to produce a duration, but it's worked for what I needed
https://XXX.XX.qlikcloud.com/api/v1/items?resourceType=app&limit=100
I've managed to get the status of the last reload of apps, this doesn't include start time so I wasn't able to produce a duration, but it's worked for what I needed
https://XXX.XX.qlikcloud.com/api/v1/items?resourceType=app&limit=100