---
title: "Find pulses by offeringId"
method: GET
path: "/offerings/{offeringId}/analytics/pulses/responses"
tags: ["Pulses"]
---

# Find pulses by offeringId

`GET /offerings/{offeringId}/analytics/pulses/responses`

Responds with pulse's responses in an offering matching the offeringId.

## Path parameters

- `offeringId` string, required

## Query parameters

- `pulseType` 'submit_text' | 'MCQ' | 'spatial_triangular' | 'spatial_planar' | 'spatial_linear'
- `responseTime` union
  - string
  - string[]

## Response `200`

All pulses' responses

- PulseResponse[]
  - `pulseBaseId` string
  - `pulseInstanceId` string
  - `pulseRunStart` string, date-time
  - `pulseRunDurationMinutes` integer
  - `pulseType` string
  - `pulseQuestion` string
  - `learnerId` string
  - `learnerFirstName` string
  - `learnerLastName` string
  - `response` PulseAnswer
    - `textAnswer` string
    - `spatialAnswer` PulseSpatialOption[]
      - `option` string
      - `value` number, float
    - `multiChoiceAnswer` PulseMCQOption[]
      - `option` string
      - `value` boolean
  - `responseTime` string, date-time

## 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/versions/5ac6843de20a/schema)
