Groups
- POSTCreate Group
- PUTEdit Group
- GETGet Group
- GETList Groups
- Configurations
- Connections
- Contacts
- Disconnections
- Enrollments
- Locations
- Plans
- Renewals
- Syncs
Members
Changes
- Snapshots
- Tracking
Legacy
- Requests
- Transactions
Get Individual Enrollments by Group Enrollment
Returns a list of all individual enrollments for a given group enrollment.
curl --request GET \
--url https://fulfillment.noyo.com/api/v1/group_enrollments/{group_enrollment_id}/individual_enrollments
{
"meta": {
"offset": 0,
"page_num": 1,
"page_size": 20,
"total_records": 1
},
"response": [
{
"cobra_enrollment": {
"cobra_enrolled": true,
"cobra_type": "federal"
},
"created": 1557512389,
"effective_end_date": "2019-12-31",
"effective_start_date": "2019-01-01",
"enroll_data": {
"premium": {
"amount": 50,
"unit": "Month"
}
},
"group_enrollment_id": "bf129409-1f0a-4f1a-b756-14471ef733c3",
"id": "6670f290-4236-4690-bece-a110f9ad924b",
"individual_enrollment_configuration": {},
"individual_id": "30b74a44-d5b1-4123-a7a4-6d3aec251ba4",
"individual_type": "employee",
"line_of_coverage": "medical",
"modified": 1564440756,
"plan_id": "b988cd26-121a-4dd6-b0be-09399f6ecc0a",
"status": "active",
"version": "27bbf929-78ca-4339-8bb3-39b75f92c4a4"
}
]
}
Path Parameters
Unique identifier of the associated group enrollment in the Noyo system
Query Parameters
The relative date on which to view the state of the record
The max size of each page of results
The integer offset at which to start the page. Possible values are 0 to total_records - 1
Response
Metadata associated with the response data
The offset of the first response record within the matching data set
x > 0
The page number of the response records within the overall data set (1-based integer)
x > 1
The maximum number of response records on each page of results
x > 1
The total number of records in the entire matching data set
x > 0
List of individual enrollment results
The date the record was created
Line of coverage specific enroll data with volume information
Unique identifier of the group enrollment in Noyo
Unique identifier of the record in Noyo
Carrier-specific details describing the individual enrollment configuration
Unique identifier of the employee or dependent in Noyo
Type of member for the individual enrollment
dependent
, employee
Line of coverage for the individual enrollment
medical
, dental
, vision
, life
, add
, std
, ltd
, accident
, critical_illness
, cancer
, hospital_indemnity
The date the record was last updated
Unique identifier of the group plan in Noyo
Status of the individual enrollment
pending
, active
, waived
, terminated
Current version of the record
The date which represents when the individual is first eligible for COBRA
The date which represents when the individual is no longer eligible for COBRA
The date of the event which qualified the individual for COBRA
The reason of the event which qualified the individual for COBRA
termination_of_employment
, reduction_of_work_hours
, medicare
, death
, divorce
, separation
, ineligible_child
, bankruptcy_of_retirees_former_employer
, layoff
, leave_of_absence
ISO-8601 date string for the effective date of the coverage
ISO-8601 date string for the effective date of the coverage
List of primary care providers
Code of the identification
Type of the identification code
service_provider_number
, national_provider_identifier
Code of the entity identifier
pcp
, dental_pcp
, obgyn
Type of entity
person
, non_person_entity
First name of the primary care provider
Last name of the primary care provider
Middle name of the primary care provider
Organization name of the primary care provider.
Code which represents the relationship of the patient to the primary care provider
established
, not_established
, unknown
Was this page helpful?
curl --request GET \
--url https://fulfillment.noyo.com/api/v1/group_enrollments/{group_enrollment_id}/individual_enrollments
{
"meta": {
"offset": 0,
"page_num": 1,
"page_size": 20,
"total_records": 1
},
"response": [
{
"cobra_enrollment": {
"cobra_enrolled": true,
"cobra_type": "federal"
},
"created": 1557512389,
"effective_end_date": "2019-12-31",
"effective_start_date": "2019-01-01",
"enroll_data": {
"premium": {
"amount": 50,
"unit": "Month"
}
},
"group_enrollment_id": "bf129409-1f0a-4f1a-b756-14471ef733c3",
"id": "6670f290-4236-4690-bece-a110f9ad924b",
"individual_enrollment_configuration": {},
"individual_id": "30b74a44-d5b1-4123-a7a4-6d3aec251ba4",
"individual_type": "employee",
"line_of_coverage": "medical",
"modified": 1564440756,
"plan_id": "b988cd26-121a-4dd6-b0be-09399f6ecc0a",
"status": "active",
"version": "27bbf929-78ca-4339-8bb3-39b75f92c4a4"
}
]
}