Activity Cursor Page
This resource provides access to the issue activities wrapping it to the page object. The main advantage of the page in comparison to a list of activities is cursors. The page provides boundary marks that allows continuing iteration over the activities from the place the page is finished.
Resource | /api/issues/{issueID}/activitiesPage |
Returned entity | ActivityCursorPage. For the description of the entity attributes, see Supported Fields section. |
ActivityCursorPage attributes
Represents a page object that wraps a list of issue activities. The main advantage of the page in comparison to a list of activities is cursors. The page provides boundary marks that allow continuous iteration over the activities from the place the page is finished.
Related Resources
Below you can find the list of resources that let you work with this entity.
Attributes
This table describes attributes of the ActivityCursorPage
entity.
To receive an attribute in the response from the server, specify it explicitly in the
fields
request parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
id | String | The ID of the activity cursor page. |
activities | Array of ActivityItems | The list of activities in the page. |
afterCursor | String | A string value that is required to retrieve the next page of activities. |
beforeCursor | String | A string value that is required to retrieve the previous page of activities. |
hasAfter | Boolean | Indicates if the next page exists. |
hasBefore | Boolean | Indicates if the previous page exists. |
reverse | Boolean | Indicates whether the order of returning activities on the page is from newest to oldest or the opposite. If |