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

<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 still in the future. Once all of the employees shifts are in the past, the event will move to the history collection. See /history below for more information. 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