Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
kavita25
Partner - Specialist
Partner - Specialist

Pagination using JIRA Tempo API

Hello Everyone,

I am using JIRA Tempo API to extract the worklogs and I want to use pagination as the default value set is 50.

Below is the API :

https://api.eu.tempo.io/4/worklogs

For Pagination I am using Offset type:

kavita25_0-1762188100563.pngkavita25_1-1762188119367.png

I am not sure what to input as a parameter for "Total records" or is there any other way to paginate these type of data.

Below are the parameters in API:

metadata": {
        "count": 50,
        "offset": 0,
        "limit": 50,
Thanks,
Kavita
Labels (2)
1 Reply
kavita25
Partner - Specialist
Partner - Specialist
Author

Could anyone please help me with the above query?