JIRA Activity stream api

Farhan Jaleel December 4, 2013

Im trying to use JIRA activity stream API to fetch all user's activities using this endpoint:

https://<myname>.atlassian.net/activity

for a single user activity i used, https://<myname>.atlassian.net/activity?username=<name>

Now i want to know if i can page through the activities such that activities consumed already are not returned in the response. Using (lets say) 'from', 'per_page', 'next_page_offset' url params.

I tried all params but didnt work. If there is any other , please reply.

2 answers

0 votes
Farhan Jaleel December 8, 2013

the answer is to use startAt and maxResults url params together.

https://<myname>.atlassian.net/activity?startAt=0&maxResults=10

David Torres May 21, 2015

hi. startAt really works?

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 4, 2013

You need maxResults=<an ever increasing number>

Suggest an answer

Log in or Sign up to answer