---
title: "enrollment submission"
method: GET
path: "/v{version}/enrollment-submissions/{id}"
tags: ["Enrollment-Submission"]
---

# enrollment submission

`GET /v{version}/enrollment-submissions/{id}`

Returns the enrollment submission details<p>Scopes: export_enrollment</p>

## Path parameters

- `id` string, required
- `version` string, required

## Response `200`

Success

- DtosEnrollmentSubmission
  - `id` string — The id of the enrollmet submission.
  - `status` 'Not Submitted' | 'Submitted' | 'Received' | 'Processed' | 'Missing Info' | 'Declined' | 'Processing' | 'Failed' — The status of the enrollment submission.
  - `company` DtosCompanyLink
    - `name` string, required — The name of the object.
    - `id` string, required — The object id.
    - `href` string, required — The object uri.
  - `created_by` DtosEmployeeLink
    - `name` string, required — The name of the object.
    - `id` string, required — The object id.
    - `href` string, required — The object uri.
  - `created` string, date-time — The date and time the enrollment submission was created.
  - `plans` DtosPlanLink[] — The plans selected for this enrollment submission.
    - `start_date` string
    - `end_date` string
    - `type` string
    - `carrier` DtosCarrier
      - `id` string, required — The Id of the carrier.
      - `name` string, required — The name of the carrier.
      - `group_number` string — The group number of the carrier.
    - `connect_status` 'Not Connected' | 'Pending' | 'Pending (New)' | 'Ease Review' | 'Ease Review (New)' | 'Carrier Review' | 'Connected' | 'Self-Bill' | 'EOI' | 'EOI & Self-Bill' | 'Disabled' | 'Broker Submitted' | 'Suspended'
    - `name` string, required — The name of the object.
    - `id` string, required — The object id.
    - `href` string, required — The object uri.
  - `questionnaire` 0KeyValuePairStringString[] — The enrollment submission questionnaire.
    - `key` string
    - `value` string
  - `documents` DtosDocumentLink[] — The documents attached to this enrollment submission.
    - `name` string, required — The name of the object.
    - `id` string, required — The object id.
    - `href` string, required — The object uri.
  - `notes` DtosEnrollmentSubmissionNote[] — The notes attached to this enrollment submission.
    - `note` string — The enrollment submission note content.
    - `created_by` DtosEmployeeLink
      - `name` string, required — The name of the object.
      - `id` string, required — The object id.
      - `href` string, required — The object uri.
    - `created` string, date-time — The date and time the not was created.

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
