---
title: "fetchFundraisingTeamOverview"
method: GET
path: "/fundraising-teams/{fundraising_team}/overview"
tags: ["Fundraising Team"]
---

# fetchFundraisingTeamOverview

`GET /fundraising-teams/{fundraising_team}/overview`

Retrieves aggregate records for the Fundraising Page's transactions.

## Path parameters

- `fundraising_team` integer, required

## Query parameters

- `interval` 'daily' | 'weekly'
- `start_date` string
- `end_date` string
- `timezone` string

## Response `200`

Success

- object
  - `end_time` string, date-time, nullable — The end time used to filter results represented in aggregation
  - `start_time` string, date-time, nullable — The start time used to filter results represented in aggregation
  - `timezone` string, nullable — The timezone used to establish date ranges and start/end times for aggregation
  - `metrics` object — The metrics of Fundraising Team overview
    - `soft_credits_amount` number, double — Amount of soft credits
    - `start_date` string, date-time, nullable — The date from which aggregation results started.
    - `donations_amount` number, double — The gross amount raised from donations
    - `donors_count` integer — The number of unique Members who transacted with the Fundraising Team
    - `fees_amount` number, double — The total fees incurred by Fundraising Team Transactions
    - `gross_amount` number, double — The gross amount transacted for the Fundraising Team
    - `net_amount` number, double — The net amount transacted for the fundraising Team (gross_amount - fees_amount)
    - `percent_to_goal` number, double — The percentage of money transacted to the goal amount. (100 * gross_amount/goal)
    - `registrations_amount` number, double — The gross amount raised from Tickets and Registrations
    - `transactions_count` integer — The number of discrete Transactions made for the Fundraising Team
    - `progress_bar_amount` number, double, nullable — The total amount displayed on the progress bar

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Fundraising Team not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/6d020bee17cc/schema)
