Rotating Group Activities
```
export enum ActivityActionType {
GROUP_CREATED = 'group_created',
GROUP_UPDATED = 'group_updated',
GROUP_STARTED = 'group_started',
MEMBER_JOINED = 'member_joined',
MEMBER_APPROVED = 'member_approved',
MEMBER_REJECTED = 'member_rejected',
SWAP_REQUESTED = 'swap_requested',
SWAP_APPROVED = 'swap_approved',
SWAP_REJECTED = 'swap_rejected',
SWAP_CANCELLED = 'swap_cancelled',
CONTRIBUTION_MADE = 'contribution_made',
AUTO_CONTRIBUTE_UPDATED = 'auto_contribute_updated',
WITHDRAWAL_MADE = 'withdrawal_made',
}
```
```
export enum ActivityTargetType {
ROTATING_GROUP = 'rotating_group',
GROUP_MEMBERSHIP = 'group_membership',
GROUP_MEMBERSHIP_SWAP = 'group_membership_swap',
CONTRIBUTION = 'contribution',
WITHDRAWAL = 'withdrawal',
}
```
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
limit
Response
OK
message
body

