---
title: "Team contribution"
method: GET
path: "/challenge/{challenge_public_id}/team/{team_public_id}/"
tags: ["challenge"]
---

# Team contribution

`GET /challenge/{challenge_public_id}/team/{team_public_id}/`

List team members' contribution to the challenge.
This endpoint returns a list of objects.

## Query parameters

- `date_range` integer

## Response `200`

OK

- LeaderboardProfile
  - `url` string, uri
  - `public_id` string, uuid
  - `name` string
  - `gender` 'M' | 'F' | 'X'
  - `teams` TeamProfile[] — Team of which this profile is a member of
    - `name` string, required
    - `public_id` string, uuid
    - `url` string, uri
    - `avatar` string, uri, nullable
  - `reference` string
  - `score` number
  - `position` integer

---

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