GET Company Activity
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:
- 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
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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)