---
title: "Find learners with assessments pending x days before due date within the specified offeringId"
method: GET
path: "/offerings/{offeringId}/learners/pending-submission"
tags: ["Assessment management"]
---

# Find learners with assessments pending x days before due date within the specified offeringId

`GET /offerings/{offeringId}/learners/pending-submission`

Responds with learners who have one or more assessments due x days before the due date, with each assessment that is due, where x = the number of days specified in the request. The default is 3 days.

## Path parameters

- `offeringId` string, required

## Query parameters

- `days` string

## Response `200`

offering's learners

- AssessmentPendingSubmission[]
  - `id` string
  - `offeringId` string
  - `offeringName` string
  - `pid` string
  - `title` string
  - `type` string
  - `content` string
  - `points` string
  - `hidden` boolean
  - `filename` string
  - `maxAttempts` integer
  - `durationMinutes` integer
  - `totalQuestions` integer
  - `totalThemes` integer
  - `documents` Document[]
    - `id` string
    - `url` string
    - `createdAt` string, date-time
    - `filename` string
    - `mimetype` string
    - `size` integer
  - `themes` ThemeResponse[]
    - `filter` string
    - `numberOfQuestions` string
  - `markType` string
  - `markNumber` string
  - `openDate` string, date-time
  - `dueDate` string, date-time
  - `users` User[]
    - `firstName` string
    - `lastName` string
    - `email` string, email
    - `personId` string
    - `profile` UserProfileRequest
      - `displayName` string
    - `metadata` UserMetadata
      - `tags` string[]
    - `sendInvite` boolean

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