---
title: "Service Distribution"
method: GET
path: "/v1/installs/{installSid}/reports/serviceDistribution"
tags: ["Reports"]
---

# Service Distribution

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

Returns a service distribution report for the specified install.

## Path parameters

- `installSid` string, required — Install Sid

## Query parameters

- `serviceTypes` string[] — Types of services to include in the report
- `statuses` string[] — Statuses to include in the report
- `courseOfferingSid` string — Course offering sid
- `courseSid` string — Course sid
- `courseTitle` string — Course title
- `courseCode` string — Course code
- `examTitle` string — Exam title
- `examSid` string — Exam sid
- `appointmentDateAfter` string — Appointments after date (inclusive)
- `appointmentDateBefore` string — Appointments before date (exclusive)
- `closeDateAfter` string — Close date after (inclusive)
- `closeDateBefore` string — Close date before (exclusive)
- `userSid` string — User sid
- `billable` boolean — Filter by billable sessions
- `offset` integer — Result offset
- `limit` integer — Number of items to return
- `sortKeys` string[] — Key to sort by
- `sortOrder` 'ASC' | 'DESC' — Sort order

## Response `200`

Successful

- ServiceDistributionReportResponse
  - `total` number, nullable — Total results
  - `first` string, nullable
  - `next` string, nullable
  - `prev` string, nullable
  - `last` string, nullable
  - `count` number, nullable
  - `offset` number, nullable
  - `results` ServiceDistributionItem[]
    - `sid` string, nullable
    - `status` string, nullable
    - `statusReason` string, nullable
    - `billable` boolean, nullable
    - `schedulingModule` string, nullable
    - `workflowModule` string, nullable
    - `appointmentDate` string, nullable
    - `dateClosed` string, nullable
    - `dateCancelled` string, nullable
    - `exam` Model17
    - `course` Course
    - `user` User
    - `courseOffering` CourseOffering
    - `serviceType` string, nullable

---

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