get https://api.your-cause.com/v1/employees//volunteer/events///participations
This endpoint returns a paginated set of all the participations (shifts) for a given employee and event. You will pass the employee identifier as well as the eventType and eventId. The type and Id can be obtained by using the /scheduled and /history endpoints above. When using the query params, be aware that pageSize is limited to 25 results.