---
title: "Gets an enrolment by id."
method: GET
path: "/v2/programs/enrolments/{enrolmentId}"
tags: ["ApiProgram"]
---

# Gets an enrolment by id.

`GET /v2/programs/enrolments/{enrolmentId}`

## Path parameters

- `enrolmentId` string, guid, required

## Response `200`

- ApiProgramEnrolment
  - `id` string, guid
  - `programId` integer
  - `status` 'Processing' | 'Finished' | 'NotAvailableInThisVersion'
  - `dateCreated` string, date-time
  - `contacts` integer[], nullable
  - `addressBooks` integer[], nullable

---

[API](https://skmtc.net/dotdigital/apis/apiconnector-com.md) · [All operations](https://skmtc.net/dotdigital/apis/apiconnector-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dotdigital/apiconnector-com/revisions/109c0537cf77/schema)
