---
title: "Find shared social notes in an offering"
method: GET
path: "/offerings/{offeringId}/analytics/social-notes"
tags: ["Learner activity"]
---

# Find shared social notes in an offering

`GET /offerings/{offeringId}/analytics/social-notes`

Responds with all shared social notes in a specified offering.

## Path parameters

- `offeringId` string, required

## Response `200`

Offering social notes

- SocialNotesResponse[]
  - `userId` string
  - `personId` string
  - `firstName` string
  - `lastName` string
  - `email` string
  - `pageId` string
  - `social-note-content` string
  - `social-note-paragraphId` string

## Other responses

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