---
title: "Get all challenges"
method: GET
path: "/api/v5/admin/challenges/"
tags: ["Admin Challenges"]
---

# Get all challenges

`GET /api/v5/admin/challenges/`

Get all challenges for admin dashboard

## Response `200`

Successful Response

- ListOfChallengesInResponse
  - `challenges` ChallengeWithIsCoach[], required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `id` integer
    - `name` string, required
    - `type` string, required
    - `description` string
    - `startDate` string, date, required
    - `endDate` string, date
    - `ownerId` integer, required
    - `subscriptionGroups` string[]
    - `entitlements` string[]
    - `chatGroupLink` string
    - `maxPoints` integer
    - `personalHabitChallenge` boolean
    - `finalGoal` integer
    - `globalChallenge` boolean
    - `iconId` integer
    - `iconUrl` string
    - `isCoach` boolean

---

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