---
title: "Find offerings where info field matches the specified textPattern"
method: GET
path: "/offerings/info/{textPattern}"
tags: ["Offerings"]
---

# Find offerings where info field matches the specified textPattern

`GET /offerings/info/{textPattern}`

Find offerings where info field matches the specified text pattern.

## Path parameters

- `textPattern` string, required

## Response `200`

Offerings

- PortfolioActivations[]
  - `id` string
  - `contentId` string
  - `start` string, date-time
  - `end` string, date-time
  - `name` string
  - `info` string
  - `learnersCount` number — number of learners in the offering, excluding facilitators and coaches
  - `metadata` object
    - `rootContentId` string

## Other responses

- `400` — Bad Request
- `401` — No authorization token was found.
- `403` — You are not allowed to access this resource.
- `404` — Not Found

---

[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)
