---
title: "Retrieve a client course"
method: GET
path: "/api/business/{businessId}/clientcourse/{clientCourseId}"
tags: ["Client Course"]
---

# Retrieve a client course

`GET /api/business/{businessId}/clientcourse/{clientCourseId}`

Get a client course for the specified business id and client course id

## Path parameters

- `businessId` string, required
- `clientCourseId` string, required

## Response `200`

Specified client course retrieved

- ClientCourseResponse
  - `clientCourseId` string
  - `archived` boolean
  - `purchaseDate` string
  - `expiryDate` string, date
  - `clientId` string
  - `purchasingBranchId` string
  - `courseId` string
  - `courseName` string
  - `grossPrice` number
  - `netPrice` number
  - `clientCourseItems` ClientCourseItem[]
    - `clientCourseItemId` string
    - `courseItemId` string
    - `serviceId` string
    - `initialUnits` integer
    - `remainingUnits` integer
    - `grossPrice` number
    - `netPrice` number

## Other responses

- `400` — Bad Request
- `404` — Business or client course with the specified ids don't exist
- `429` — Request rate limit exceeded. Current limit set to 100 rps.
- `500` — Internal Server Error

---

[API](https://skmtc.net/phorest/apis/third-party-api.md) · [All operations](https://skmtc.net/phorest/apis/third-party-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phorest/third-party-api/revisions/2218bc90d39c/schema)
