Relesys API Docs

v1.3

https://api.relesysapp.net/api/v1.3

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.

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
Responses
application/json
JSON
{"count":3,"data":[{"id":"df677f1b-5485-4059-aebb-784a44ec66bb","url":null,"eventId":"52bfa4b1-82c0-4966-87cc-94f7c835b909","eventUrl":null,"userId":"460704fc-4ca4-4bea-9ad4-ab4f9dea5d64","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"67350a62-45c6-46be-9053-f4c90192a663","fillingUrl":null,"creationDateTime":"2025-06-05T20:43:51.6032839+00:00","lastModifiedDateTime":"2025-06-06T20:43:51.6032839+00:00"},{"id":"cabf7077-abbf-401c-a2aa-9fe85fc95c45","url":null,"eventId":"5517cbc3-00cf-4544-92f9-798ea641d8b8","eventUrl":null,"userId":"5db0d352-b79c-4e7d-b23a-a43abee9b476","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-06-06T20:43:51.6032839+00:00","lastModifiedDateTime":null},{"id":"c48bd23d-c24a-4176-8865-ab3a20c8777e","url":null,"eventId":"fb6968f6-8b5b-4c62-8560-c730b81d8e3c","eventUrl":null,"userId":"3499a65b-ab0b-4c60-8609-34dd15391085","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"3e74705b-6647-46fe-a503-c5c1bdf53722","fillingUrl":null,"creationDateTime":"2025-06-06T20:43:51.6032839+00:00","lastModifiedDateTime":null}]}
object
  count integer      
  data array[object]      
   attendanceConfirmed boolean      
   creationDateTime datetimeoffset      
   eventId string / guid      
   eventUrl string      
   fillingId string / guid      
   fillingUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   status string      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string