Participation
List
    
        GET
        /calendarmodules/{moduleId}/calendars/{calendarId}/participation
    
    https://api.relesysapp.net/api/v1.3/calendarmodules/{moduleId}/calendars/{calendarId}/participation
            
                Get a list of event participations.
            
            
            
Default sort is by
                    attendanceConfirmed will only be set if attendance confirmation is enabled on the related calendar event - otherwise it will be null.Default sort is by
creationDateTime in ascending order.
            
                Scopes: relesys.api, relesys.api:read, relesys.api.calendars, relesys.api.calendars:read
            
    URL Path
| moduleId | string / guid | required | ||
| calendarId | string / guid | required | 
Query String
| attendanceConfirmed | boolean | 
            Filterable
         | 
        optional | |
| creationDateTime | datetimeoffset | 
            Filterable Sortable
         | 
        optional | |
| eventId | string / guid | 
            Filterable
         | 
        optional | |
| fillingId | string / guid | 
            Filterable
         | 
        optional | |
| id | string / guid | 
            Filterable
         | 
        optional | |
| lastModifiedDateTime | datetimeoffset | 
            Filterable Sortable
         | 
        optional | |
| status | string | 
            Filterable Sortable
         | 
        optional | |
| userId | string / guid | 
            Filterable
         | 
        optional | |
| sort | string | Comma separated sort order based on sortable properties | optional | |
| offset | integer | Offset value for use in pagination | Default: 0 | optional | 
| limit | integer | Total objects to fetch (max 1000) | Default: 200 | optional |