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 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:Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
- Issue an initial request using startDate with a value set to some date in the last 90 days
- Retrieve the next page of events through the next value from the response data.
- Issue the paginated request
- Retrieve the next page of events through the next value from the response data
- Pause and repeat the previous step.
Parameters
| Parameter | Description |
|---|---|
| End Date | Timestamp to list activity before (inclusive). |
| Limit | Specifies the number of results to page (maximum: 1000) (default: 1000). |
| Next | Specifies the pagination cursor to the next page. |
| Start Date | Timestamp to list activity after (inclusive). This should be less than 90 days from now. Defaults to 90 days. |