List all employee policies
Returns a list of group health insurance policies
for an employee
. The policies
are returned sorted by creation date, with the most recent policy
appearing first.
Path parameters
employee_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
status
Multiple values can be provided by separating them with a comma. Allowed values are: scheduled
, active
, expired
, cancelled
.
page
page_size
Response
OK
items
A paginated array containing the response elements
page
The current page of the results
page_size
The number of results on this page. This can be different from the requested page size if the total number of results is less than the requested page size
total_count
The total number of elements available in the response. This is the total number of elements available across all pages, not just the current page.
has_next_page
Whether there are more pages available after this page
has_previous_page
Whether there are more pages available before this page