Retrieves the activity for a given company.
The most reliable method to ingest all activity from Rippling is to use a pagination cursor via the ‘next’ parameter. This will ensure that events are not skipped or duplicated due to the lack of timestamp precision.
The general sequence of steps to leverage the next parameter:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Timestamp to list activity after (inclusive). This should be less than 90 days from now. Defaults to 90 days.
Timestamp to list activity before (inclusive).
Specifies the pagination cursor to the next page
Specifies the number of results to page (maximum: 1000) (default: 1000)