Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Gartner® Magic Quadrant™: 15 YEARS A LEADER - GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
SimonDB
Contributor III
Contributor III

Get last successful reload details

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.

Labels (3)
1 Solution

Accepted Solutions
SimonDB
Contributor III
Contributor III
Author

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

 

View solution in original post

1 Reply
SimonDB
Contributor III
Contributor III
Author

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

 

OSZAR »