Returns a list of activities
Notes:
-
Pagination is handled using the
page_tokenandpage_sizeparameters. -
page_tokenrepresents the ID of the last item on your current page of results. For example, if the ID of the last activity in your first response is20220203000000000::045b3b8d-c566-4bef-b741-2bf598dd6ae7, you would pass that value aspage_tokento retrieve the next page of results. -
If specified with a
directionofdesc, for example, the results will end before the activity with the specified ID. -
If specified with a
directionofasc, results will begin with the activity immediately after the one specified. -
page_sizeis the maximum number of entries to return in the response. -
If
dateis not specified, the default and maximum value is 100. -
If
dateis specified, the default behavior is to return all results, and there is no maximum page size.