List all employee offers
Returns a list of group health insurance offers
for an employee
. The offers
are returned sorted by creation date, with the most recent offer
appearing first.
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Response
OK
A paginated array containing the response elements
The current page of the results
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
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.
Whether there are more pages available after this page
Whether there are more pages available before this page