---
title: "Appointment Volume"
method: GET
path: "/v1/installs/{installSid}/reports/appointmentVolume"
tags: ["Reports"]
---

# Appointment Volume

`GET /v1/installs/{installSid}/reports/appointmentVolume`

Returns an appointment volume (peak exam) report for the specified install.

## Path parameters

- `installSid` string, required — Install Sid

## Query parameters

- `courseOfferingSid` string — Course Offering Sid
- `courseSid` string — Course Sid
- `examSid` string — Exam sid
- `appointmentDateRangeStart` string — Appointment Date Range Start
- `appointmentDateRangeEnd` string — Appointment Date Range End

## Response `200`

Successful

- AppointmentVolumeReportResponse
  - `dayOfWeek` Model24[]
    - `day` string, nullable
    - `volume` number, nullable
  - `perHour` Model25[]
    - `hour` number, nullable
    - `volume` number, nullable
  - `perDay` Model26[]
    - `day` string, nullable
    - `volume` number, nullable

---

[API](https://skmtc.net/smarterproctoring/apis/smarterproctoring-api.md) · [All operations](https://skmtc.net/smarterproctoring/apis/smarterproctoring-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smarterproctoring/smarterproctoring-api/versions/561e0d9fd244/schema)
