Get group gains (all metrics)
wom_get_group_bulk_gainedRetrieve all group members' gains across all metrics for a specified period or custom date range.
Instructions
Fetches every member's gains across all metrics at once, over a period or custom date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The group's numeric Wise Old Man ID. | |
| period | No | A time period. One of: five_min, day, week, month, year. Alternatively use startDate/endDate for a custom range. | |
| endDate | No | End of a custom date range (ISO 8601), used instead of `period`. | |
| startDate | No | Start of a custom date range (ISO 8601), used instead of `period`. |