---
title: "Find current, past and future offerings"
method: GET
path: "/offerings"
tags: ["Offerings"]
---

# Find current, past and future offerings

`GET /offerings`

Responds with all offerings for your organisation.

## Response `200`

all offerings (current, past and future ones)

- OfferingMetadataResponse[]
  - `id` string
  - `identifier` string
  - `name` string
  - `description` string
  - `overview` string — content can contain html
  - `contentId` string
  - `useRelativeDates` boolean
  - `start` string, date-time
  - `end` string, date-time
  - `coverImageUrl` string
  - `trailerVideoUrl` string
  - `isReadonly` boolean
  - `studyPlan` StudyPlan
    - `filename` string
    - `mimetype` string
    - `size` number
    - `url` string
    - `createdAt` string, date-time
  - `hasEarlyCloseOff` boolean
  - `earlyCloseOffDate` string, date-time
  - `enrollmentLimit` number
  - `price` number
  - `currency` string
  - `allowEnrollment` boolean
  - `settings` OfferingSettings
    - `aggregateProgressScore` boolean
    - `allowSocialFeatures` boolean
    - `allowTasks` boolean
    - `enablePrivateSupportChannel` boolean
    - `strictStartDate` boolean
  - `tasksEnabled` boolean
  - `metadata` OfferingMetadata
    - `rootContentId` string
    - `category` string
    - `topic` string
    - `level` string
    - `tags` string[]

## Other responses

- `401` — No authorization token was found.
- `403` — You are not allowed to access this resource.

---

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