/v1/employees/{affiliateEmployeeId}/volunteer/events/history

<div>
  <p>
    This endpoint returns a paginated set of the events that an employee has signed up for, or been added to, where their assigned shifts are all in the past. When using the query params, be aware that pageSize is limited to 25 results.
    <br />
    <br />
    <strong>events.type</strong> indicates the origin of the event. A value of "1" indicates that an employee created the event. A value of "2" indicates that an NPO created the event.
    <br />
    <br />
    <strong>hasWaitList</strong> will be true if any of the employees shifts are currently in the waitlisted state.
  </p>
  <br />
  <br />
</div>
Language