/v1/volunteer/events/{eventType}/{eventId}

<div>
  <p>
    This endpoint returns an object containing all the information for a given event. See above for information of how to obtain <strong>eventId</strong>.
    <br /><br />
    If <strong>private</strong> is True, the creator chose to not expose the event in search and only employees with a link to the event would be able to sign up.
    <br /><br />
    The <strong>charityExternalKey</strong> is the official registration Id for the charity. For example, EIN#.
    <br /><br />
    The <strong>affiliateOrganizationId</strong> will only contain a value if the event is tied to a custom organization created by a client admin. The majority of events will contain <strong>charityId</strong> which is the unique identifier of an official charity in CSRconnect.
    <br /><br />
    The <strong>eventOccurenceSummary</strong> contains all the occurrences of this event. For a recurring event, each occurrence will be detailed here. This is also where you will find the shift and time information.
    <br /><br />
    <br />
    <br />
  </p>
</div>
Language