Returns a page of enrollments for the specified group or generated csv roster if rosterType
parameter specified.
Success
Bad Request
Unauthorized
Forbidden
Not Found
Server Error
{- "sort": {
- "property1": {
- "Keys": "Id",
- "Values": "Asc"
}, - "property2": {
- "Keys": "Id",
- "Values": "Asc"
}
}, - "previousCursor": "string",
- "nextCursor": "string",
- "nextOffset": 0,
- "pageSize": 0,
- "count": 0,
- "totalCount": 0,
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "payerPlanId": "27ee323c-c7fc-4801-8b25-e1a89b00fea3",
- "groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
- "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
- "enrollmentStatus": "NotSubmitted",
- "submissionDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "effectiveDate": "2019-08-24T14:15:22Z",
- "networkStatus": "None",
- "specialistType": "None",
- "externalProviderPlanId": "string",
- "comments": "string",
- "payerPlanModel": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "payerId": "f612112b-802d-496d-9650-880c09cb2f34",
- "state": "AL",
- "displayName": "string"
}, - "groupModel": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "npi": 0,
- "taxId": "string",
- "remitAddress": {
- "state": "AL",
- "zipCode": "string",
- "city": "string",
- "addressLine1": "string",
- "addressLine2": "string"
}
}
}
], - "sortedBy": "Id",
- "sortDirection": "Asc"
}