Retrieves information about user's level resets.
Usage
wk_resets(ids = NULL, updated_after = NULL, all_pages = FALSE)
Arguments
- ids
Vector of reset IDs to retrieve.
- updated_after
POSIXct datetime to filter resets updated after this time.
- all_pages
Logical indicating whether to fetch all pages (default: FALSE).
Value
A list containing resets data and pagination information.
Examples
if (FALSE) { # \dontrun{
# Get all resets
resets <- wk_resets(all_pages = TRUE)
} # }